parent
dc8afd6584
commit
5b5fee4a2d
14 changed files with 691 additions and 325 deletions
|
|
@ -249,4 +249,9 @@ v5.19 17/02/2024
|
|||
- Fixed pull timer on Ragnaros
|
||||
- Fixed Lua errors in MC
|
||||
- Added a antispam to rockfall on Golemagg, defaulted to off. (go to settings to turn on manually)
|
||||
- Removed spammy warnHandofRagTargets.
|
||||
- Removed spammy warnHandofRagTargets.
|
||||
----------------------------------------------------------------------------------------------------
|
||||
v5.20 06/04/2024
|
||||
- Fixed many bugs to Black Temple
|
||||
- Added many new mechanics to Black Temple
|
||||
- Fixed auch crypt spam
|
||||
|
|
@ -42,9 +42,9 @@
|
|||
-- Globals/Default Options --
|
||||
-------------------------------
|
||||
DBM = {
|
||||
Revision = ("$Revision: 5019 $"):sub(12, -3),
|
||||
Version = "5.19",
|
||||
DisplayVersion = "5.19", -- the string that is shown as version
|
||||
Revision = ("$Revision: 5020 $"):sub(12, -3),
|
||||
Version = "5.20",
|
||||
DisplayVersion = "5.20", -- the string that is shown as version
|
||||
ReleaseRevision = 5019 -- the revision of the latest stable version that is available (for /dbm ver2)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue