chore(DB): import pending files

Referenced commit(s): 535ed1cb63
This commit is contained in:
github-actions[bot] 2026-08-19 06:58:03 +00:00
parent efc4bfacef
commit 286b8837a2
4 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,4 @@
-- DB update 2026_08_18_00 -> 2026_08_19_00
--
UPDATE `creature_template` SET `faction` = 14, `speed_run` = 1 WHERE (`entry` = 29457);

View file

@ -1,3 +1,4 @@
-- DB update 2026_08_19_00 -> 2026_08_19_01
-- They already have LinkedTrap set on one of them
UPDATE `gameobject_template` SET `AIName` = '' WHERE `entry` = 176751;
DELETE FROM `smart_scripts` WHERE (`source_type` = 1 AND `entryorguid` = 176751);

View file

@ -1,3 +1,4 @@
-- DB update 2026_08_19_01 -> 2026_08_19_02
--
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 25451) AND (`source_type` = 0) AND (`id` IN (5));

View file

@ -1,3 +1,4 @@
-- DB update 2026_08_19_02 -> 2026_08_19_03
--
UPDATE `quest_template_addon` SET `NextQuestID` = 0 WHERE (`ID` = 12223);
UPDATE `quest_template_addon` SET `NextQuestID` = 0 WHERE (`ID` = 12222);