diff options
author | Kudlaty <none@none> | 2009-08-10 03:30:10 +0200 |
---|---|---|
committer | Kudlaty <none@none> | 2009-08-10 03:30:10 +0200 |
commit | dc0dad36f18cd43c70bb3b686bf1d6d006a456e0 (patch) | |
tree | fead2d53d19c6beb69a7d9ae235d5e08660c0cf6 /src | |
parent | 1f5bf07bcb92defa9f78e4da600fc7be7c79ac04 (diff) |
Fix credit from quest 12698
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/zone/eastern_plaguelands/the_scarlet_enclave.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/zone/eastern_plaguelands/the_scarlet_enclave.cpp b/src/bindings/scripts/scripts/zone/eastern_plaguelands/the_scarlet_enclave.cpp index 1717b8e619b..e58280d5593 100644 --- a/src/bindings/scripts/scripts/zone/eastern_plaguelands/the_scarlet_enclave.cpp +++ b/src/bindings/scripts/scripts/zone/eastern_plaguelands/the_scarlet_enclave.cpp @@ -1137,7 +1137,7 @@ struct TRINITY_DLL_DECL npc_dkc1_gothikAI : public ScriptedAI { if(CAST_PLR(owner)->GetQuestStatus(12698) == QUEST_STATUS_INCOMPLETE) { - DoCast(owner, 52517, true); + CAST_CRE(who)->CastSpell(owner, 52517, true); CAST_CRE(who)->ForcedDespawn(); } } |