aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bindings/scripts/scripts/northrend/borean_tundra.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/northrend/borean_tundra.cpp b/src/bindings/scripts/scripts/northrend/borean_tundra.cpp
index 4766eee9122..cd170cb751c 100644
--- a/src/bindings/scripts/scripts/northrend/borean_tundra.cpp
+++ b/src/bindings/scripts/scripts/northrend/borean_tundra.cpp
@@ -324,7 +324,7 @@ struct TRINITY_DLL_DECL npc_khunok_the_behemothAI : public ScriptedAI
{
if (owner->GetTypeId() == TYPEID_PLAYER)
{
- DoCast(owner, 46231, true);
+ owner->CastSpell(owner, 46231, true);
CAST_CRE(who)->ForcedDespawn();
}
}