Skip to content

Commit 6abeed7

Browse files
committed
Version bump
1 parent dde9572 commit 6abeed7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

DBM_API/API.lua

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
-- Changes --
88
-- ------- --
99
--
10+
-- v3.32
11+
-- Various fixes to the DBM_Party modules to prevent some errors.
12+
--
1013
-- v3.31
1114
-- New timers and features for most T4 content on Stormspire (Light's Vengeance).
1215
--
@@ -334,11 +337,11 @@ DBM_SavedVars = {
334337

335338
DBM = {}
336339

337-
DBM.Version = "3.31" -- used for "a new version of dbm is available"-spam
340+
DBM.Version = "3.32" -- used for "a new version of dbm is available"-spam
338341
DBMGUI_VERSION = "3.02"
339342

340-
DBM_REVISION = tonumber(("$Revision: 393 $"):sub(12, -3) or 0) + 783 -- 783 = revision number from the old SVN repository
341-
DBM_VERSION = "3.31" -- this version is used for /dbm ver commands
343+
DBM_REVISION = tonumber(("$Revision: 394 $"):sub(12, -3) or 0) + 783 -- 783 = revision number from the old SVN repository
344+
DBM_VERSION = "3.32" -- this version is used for /dbm ver commands
342345
DBM.BetaVersion = DBM_VERSION.." (rev "..DBM_REVISION..")" -- this will be shown in the GUI if set
343346

344347

DBM_Outlands/Maulgar.lua

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Maulgar:RegisterCombat("YELL", DBM_MAULGAR_SAY_PULL);
99
Maulgar:RegisterEvents(
1010
"SPELL_AURA_APPLIED",
1111
"SPELL_CAST_START",
12-
"SPELL_CAST_SUCCESS",
1312
"SPELL_DAMAGE",
1413
"SPELL_MISSED"
1514
);

0 commit comments

Comments
 (0)