From 009791d3281acc68342059afacb18d810442b844 Mon Sep 17 00:00:00 2001 From: Kudlaty Date: Mon, 16 Nov 2009 15:10:01 +0100 Subject: Fix escort credit in quest 11878 --HG-- branch : trunk --- src/bindings/scripts/scripts/northrend/borean_tundra.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(); } } -- cgit v1.2.3