aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2016-09-25 14:25:13 -0300
committerGitHub <noreply@github.com>2016-09-25 14:25:13 -0300
commit6174091d761fa32591e1f6f8d01292813dd3ca2e (patch)
tree5f7be9d09ca1ccebbf08c6c2a74cccf691e9b11a /src
parent2452fb977b246629d50669cb646844b5e3b13cdd (diff)
Core/Scripts: Fix build
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Northrend/zone_howling_fjord.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/zone_howling_fjord.cpp b/src/server/scripts/Northrend/zone_howling_fjord.cpp
index 53e5f2f5ea4..1bbf5adcb3d 100644
--- a/src/server/scripts/Northrend/zone_howling_fjord.cpp
+++ b/src/server/scripts/Northrend/zone_howling_fjord.cpp
@@ -180,7 +180,7 @@ public:
me->SetSheath(SHEATH_STATE_MELEE);
break;
case EVENT_BURN_CRATES:
- me->DoCastSelf(SPELL_BURN, true);
+ DoCastAOE(SPELL_BURN, true);
break;
case EVENT_TALK_3:
if (Player* player = ObjectAccessor::GetPlayer(*me, _player))