mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
*Fix a typo introduced in d31ab7eb7e81
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user