File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 7
7
-- Changes --
8
8
-- ------- --
9
9
--
10
+ -- v3.31
11
+ -- New timers and features for most T4 content on Stormspire (Light's Vengeance).
12
+ --
10
13
-- v3.30
11
14
-- localization/ruRU: full support! (special thanks 2 Igor Bootwin)
12
15
-- added a /dbm help command (thanks 2 Misfortunado Farmbuyer)
@@ -331,11 +334,11 @@ DBM_SavedVars = {
331
334
332
335
DBM = {}
333
336
334
- DBM .Version = " 3.30 " -- used for "a new version of dbm is available"-spam
337
+ DBM .Version = " 3.31 " -- used for "a new version of dbm is available"-spam
335
338
DBMGUI_VERSION = " 3.02"
336
339
337
- DBM_REVISION = tonumber ((" $Revision: 392 $" ):sub (12 , - 3 ) or 0 ) + 783 -- 783 = revision number from the old SVN repository
338
- DBM_VERSION = " 3.30 " -- this version is used for /dbm ver commands
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
339
342
DBM .BetaVersion = DBM_VERSION .. " (rev " .. DBM_REVISION .. " )" -- this will be shown in the GUI if set
340
343
341
344
You can’t perform that action at this time.
0 commit comments