fix(Scripts/IcecrownCitadel): Prevent the LK from despawning Tirion F… (#15561)

fix(Scripts/IcecrownCitadel): Prevent the LK from despawning Tirion Forddring
This commit is contained in:
Skjalf
2023-03-24 08:03:20 -03:00
committed by GitHub
parent a90c3c387d
commit 825d0dc2bb

View File

@@ -844,6 +844,11 @@ public:
void JustSummoned(Creature* summon) override
{
if (summon->GetEntry() == NPC_HIGHLORD_TIRION_FORDRING_LK)
{
return;
}
switch (summon->GetEntry())
{
case NPC_SHAMBLING_HORROR: