*Fix a typo in boss_krystallus, by Tartalo

--HG--
branch : trunk
This commit is contained in:
maximius
2009-10-10 16:55:09 -07:00
parent 8ea2639b62
commit c3dfa34d8d

View File

@@ -93,7 +93,7 @@ struct TRINITY_DLL_DECL boss_krystallusAI : public ScriptedAI
pTarget = SelectUnit(SELECT_TARGET_RANDOM,0);
if (pTarget)
DoCast(pTarget, SPELL_GROUND_SPIKE);
uiBoulderTossTimer = 12000 + rand()%5000;
uiGroundSpikeTimer = 12000 + rand()%5000;
} else uiGroundSpikeTimer -= diff;
if (uiStompTimer < diff)