mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user