Co-authored-by: Szyler <Szyler@Szyler.com>
This commit is contained in:
Szyler
2024-03-03 19:23:13 +01:00
committed by GitHub
parent 00255736e5
commit dc8afd6584
53 changed files with 2770 additions and 301 deletions
+19 -1
View File
@@ -231,4 +231,22 @@ v5.17 07/05/2023
v5.17 15/05/2023
- Rewrote most of the Naxx fights, updating Spell IDs
- Added UNIT_DIED triggers to all
- Added AntiSpam
- Added AntiSpam
----------------------------------------------------------------------------------------------------
v5.18 15/05/2023
- Fixed druid spells on Malacrass
- Fixed warlock spell Ids on Warlock Malacrass being swapped
- Removed warning to look away on Malacrass (its a LOS mechanic)
- Added Deathknight spells to Malacrass
- Added some Ascended mechanics on Zuljin
- Fixed new spellIDs on Onyxia
- Fixed Blast Nova timers on Onyxia
- Added yell for Fireball on Onyxia
----------------------------------------------------------------------------------------------------
v5.19 17/02/2024
- Added all bosses from Black Temple
- Fixed repeating timers on Chromius for FinalCountdown due to server delay
- 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.
+4 -4
View File
@@ -42,10 +42,10 @@
-- Globals/Default Options --
-------------------------------
DBM = {
Revision = ("$Revision: 5016 $"):sub(12, -3),
Version = "5.17",
DisplayVersion = "5.17", -- the string that is shown as version
ReleaseRevision = 5016 -- the revision of the latest stable version that is available (for /dbm ver2)
Revision = ("$Revision: 5019 $"):sub(12, -3),
Version = "5.19",
DisplayVersion = "5.19", -- the string that is shown as version
ReleaseRevision = 5019 -- the revision of the latest stable version that is available (for /dbm ver2)
}
DBM_SavedOptions = {}