chore(DB): import pending files

Referenced commit(s): 7dc7e4e94f
This commit is contained in:
github-actions[bot]
2026-03-05 18:58:17 +00:00
parent 7dc7e4e94f
commit 06bd8cafba
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2026_03_05_00 -> 2026_03_05_01
-- Add new creatures (sniffed).
DELETE FROM `creature` WHERE (`id1` IN (34273, 34269, 34271)) AND (`guid` IN (137497, 137512, 137490, 137491, 137513, 137514, 137517));

View File

@@ -1,3 +1,4 @@
-- DB update 2026_03_05_01 -> 2026_03_05_02
--
DELETE FROM `reference_loot_template` WHERE `Entry` = 1011822 AND `Item` = 5093;

View File

@@ -1,3 +1,4 @@
-- DB update 2026_03_05_02 -> 2026_03_05_03
-- Remove c++ script and set SAI.
UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE (`entry` = 34054);