aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/npc_arthas.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/npc_arthas.cpp b/src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/npc_arthas.cpp
index 3f81fb5da0f..6f0f962d712 100644
--- a/src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/npc_arthas.cpp
+++ b/src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/npc_arthas.cpp
@@ -1071,7 +1071,7 @@ public:
break;
case RP2_EVENT_KILL1:
if (Creature* citizen = me->FindNearestCreature(NPC_CITIZEN, 100.0f, true))
- DoCast(citizen, SPELL_CRUSADER_STRIKE);
+ DoCast(citizen, SPELL_CRUSADER_STRIKE, TRIGGERED_IGNORE_SET_FACING);
if (Creature* resident = me->FindNearestCreature(NPC_RESIDENT, 100.0f, true))
{
resident->SetFlag(UNIT_NPC_EMOTESTATE, EMOTE_STATE_COWER);
@@ -1083,7 +1083,7 @@ public:
break;
case RP2_EVENT_KILL2:
if (Creature* resident = me->FindNearestCreature(NPC_RESIDENT, 100.0f, true))
- DoCast(resident, SPELL_CRUSADER_STRIKE);
+ DoCast(resident, SPELL_CRUSADER_STRIKE, TRIGGERED_IGNORE_SET_FACING);
break;
case RP2_EVENT_REACT1:
case RP2_EVENT_REACT2: