#Core: Updated testmod so if you press the button twice, it wont spam announces.
@@ -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!")