Author: arta
Date: Tue Jul 27 14:33:03 CEST 2010
Revision: 4377
Log:

#Core: temporary fix for TestBars not working

Updated
trunk/DBM-Core/DBM-Core.lua

trunk/DBM-Core/DBM-Core.lua
Action: modified
Old revision: 4376
Old date: 2010-07-26 04:36:42 UTC

@@ -2217,7 +2217,7 @@
local testSpecialWarning
function DBM:DemoMode()
if not testMod then
- testMod = DBM:NewMod("TestMod")
+ testMod = DBM:NewMod("TestMod", "DBM-PvP") -- temp fix, as it requires a modId
testWarning1 = testMod:NewAnnounce("%s", 1, "Interface\\Icons\\Spell_Nature_WispSplode")
testWarning2 = testMod:NewAnnounce("%s", 2, "Interface\\Icons\\Spell_Shadow_ShadesOfDarkness")
testWarning3 = testMod:NewAnnounce("%s", 3, "Interface\\Icons\\Spell_Fire_SelfDestruct")