Author: arta
Date: Tue Jul 27 14:39:46 CEST 2010
Revision: 4378
Log:

#Core: Updated testmod so if you press the button twice, it wont spam announces.

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

trunk/DBM-Core/DBM-Core.lua
Action: modified
Old revision: 4377
Old date: 2010-07-27 12:33:03 UTC

@@ -2232,6 +2232,10 @@
testTimer:UpdateIcon("Interface\\Icons\\Spell_Shadow_ShadesOfDarkness", "Evil Spell")
testTimer:Start(60, "Boom!")
testTimer:UpdateIcon("Interface\\Icons\\Spell_Fire_SelfDestruct", "Boom!")
+ testWarning1:Cancel()
+ testWarning2:Cancel()
+ testWarning3:Cancel()
+ testSpecialWarning:Cancel()
testWarning1:Show("Test-mode started...")
testWarning1:Schedule(62, "Test-mode finished!")
testWarning3:Schedule(50, "Boom in 10 sec!")