*Fix a typo introduced in d31ab7eb7e81

--HG--
branch : trunk
This commit is contained in:
maximius
2009-10-17 00:59:42 -07:00
parent 2e3ad20ae6
commit 0df2f09307

View File

@@ -294,7 +294,7 @@ struct TRINITY_DLL_DECL npc_anub_ar_shadowcasterAI : public ScriptedAI
if(ShadowBoltTimer < diff)
{
if (Unit *target = SelectTarget(SELECT_TARGET_RANDOM,0,100,true))
DoCast(target, HEROIC(SPELL_SHADOW_BOLT : H_SPELL_SHADOW_BOLT), true);
DoCast(target, HEROIC(SPELL_SHADOW_BOLT, H_SPELL_SHADOW_BOLT), true);
ShadowBoltTimer = 15000;
} else ShadowBoltTimer -= diff;