File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 7
7
-- Changes --
8
8
-- ------- --
9
9
--
10
+ -- v3.32
11
+ -- Various fixes to the DBM_Party modules to prevent some errors.
12
+ --
10
13
-- v3.31
11
14
-- New timers and features for most T4 content on Stormspire (Light's Vengeance).
12
15
--
@@ -334,11 +337,11 @@ DBM_SavedVars = {
334
337
335
338
DBM = {}
336
339
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
338
341
DBMGUI_VERSION = " 3.02"
339
342
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
342
345
DBM .BetaVersion = DBM_VERSION .. " (rev " .. DBM_REVISION .. " )" -- this will be shown in the GUI if set
343
346
344
347
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ Maulgar:RegisterCombat("YELL", DBM_MAULGAR_SAY_PULL);
9
9
Maulgar :RegisterEvents (
10
10
" SPELL_AURA_APPLIED" ,
11
11
" SPELL_CAST_START" ,
12
- " SPELL_CAST_SUCCESS" ,
13
12
" SPELL_DAMAGE" ,
14
13
" SPELL_MISSED"
15
14
);
You can’t perform that action at this time.
0 commit comments