fix(Scripts/ZulAman): Eagle Gauntlet behavior (#20947)

This commit is contained in:
Jelle Meeus
2024-12-30 23:23:46 +01:00
committed by GitHub
parent d6edcf810d
commit e837fa84f3
4 changed files with 29 additions and 29 deletions

View File

@@ -0,0 +1,11 @@
--
-- Eagle Trash Aggro Trigger
UPDATE `creature_template` SET `ScriptName` = '' WHERE (`entry` = 24223);
-- set spawntime to 30min Amani'shi Tempest
UPDATE `creature` SET `spawntimesecs` = 1800 WHERE (`id1` = 24549) AND (`guid` IN (89283));
-- delete Amani'shi Wind Walker #5 next to Tempest
DELETE FROM `creature` WHERE (`id1` = 24179) AND (`guid` IN (1107));
-- delete Amani'shi Protector #5 next to Tempest
DELETE FROM `creature` WHERE (`id1` = 24180) AND (`guid` IN (89311));
DELETE FROM `creature_addon` WHERE `guid` IN (1107, 89311);
DELETE FROM `linked_respawn` WHERE `guid` IN (1107, 89311);