5.17 + Hyjal from Szyler's Discord

This commit is contained in:
andrew6180
2023-11-25 17:31:26 -07:00
parent 5b3b160e21
commit 00255736e5
33 changed files with 4031 additions and 1185 deletions
+9
View File
@@ -223,3 +223,12 @@ v5.16 30/11/2022
- Fixed lua error with DBM:AntiSpam
- Fixed spellIDs for SSC
----------------------------------------------------------------------------------------------------
v5.17 07/05/2023
- Rewrote C'Thun, adding new Spell IDs and fixed functions
- Rewrote most of Naxx, adding new Spell IDs and updating old.
- Added triggers and functions to fit with new mechanics
----------------------------------------------------------------------------------------------------
v5.17 15/05/2023
- Rewrote most of the Naxx fights, updating Spell IDs
- Added UNIT_DIED triggers to all
- Added AntiSpam
+3 -3
View File
@@ -43,9 +43,9 @@
-------------------------------
DBM = {
Revision = ("$Revision: 5016 $"):sub(12, -3),
Version = "5.16",
DisplayVersion = "5.16", -- the string that is shown as version
ReleaseRevision = 5015 -- the revision of the latest stable version that is available (for /dbm ver2)
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)
}
DBM_SavedOptions = {}