mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Fix despawning Ghuls in script for quest 12698
--HG-- branch : trunk
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user