diff options
author | Kudlaty <none@none> | 2009-11-16 15:10:01 +0100 |
---|---|---|
committer | Kudlaty <none@none> | 2009-11-16 15:10:01 +0100 |
commit | 009791d3281acc68342059afacb18d810442b844 (patch) | |
tree | 287b2f1648e180ce0fe9c000ecb1b41ff75467bc /src | |
parent | b8d788eb5b0e8bff5428cb9cb41dc33c4ecca500 (diff) |
Fix escort credit in quest 11878
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/northrend/borean_tundra.cpp | 2 |
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(); } } |