Fix despawning Ghuls in script for quest 12698

--HG--
branch : trunk
This commit is contained in:
Kudlaty
2009-08-09 19:40:10 +02:00
parent 81337a1547
commit 197c22bfc8

View File

@@ -1138,7 +1138,7 @@ struct TRINITY_DLL_DECL npc_dkc1_gothikAI : public ScriptedAI
if(CAST_PLR(owner)->GetQuestStatus(12698) == QUEST_STATUS_INCOMPLETE)
{
DoCast(owner, 52517, true);
who->setDeathState(DEAD);
CAST_CRE(who)->ForcedDespawn();
}
}
}