Fix credit from quest 12698

--HG--
branch : trunk
This commit is contained in:
Kudlaty
2009-08-10 03:30:10 +02:00
parent 1f5bf07bcb
commit dc0dad36f1

View File

@@ -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();
}
}