chore(DB): import pending files

Referenced commit(s): e837fa84f3
This commit is contained in:
github-actions[bot]
2024-12-30 22:24:48 +00:00
parent e837fa84f3
commit 35bc0a78ce

View File

@@ -0,0 +1,12 @@
-- DB update 2024_12_30_01 -> 2024_12_30_02
--
-- 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);