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:
parent
a90c3c387d
commit
825d0dc2bb
1 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue