5.17 + Hyjal from Szyler's Discord
This commit is contained in:
@@ -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
|
||||
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user