Fix a crash in boss_zuramatAI. Closes #460

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2009-12-06 20:29:10 +01:00
parent c91974cc34
commit 4853fa6641
@@ -101,6 +101,7 @@ struct TRINITY_DLL_DECL boss_zuramatAI : public ScriptedAI
if(SpellVoidShiftedTimer < diff && shiftcast)
{
Shifted = SelectUnit(SELECT_TARGET_RANDOM, 0);
if (Shifted)
DoCast(Shifted, SPELL_VOID_SHIFTED, false);
shiftcast = false;