chore(DB): import pending files

Referenced commit(s): eb3b506274
This commit is contained in:
AzerothCoreBot
2023-07-15 16:54:32 +00:00
parent eb3b506274
commit 3cf0ae70d0
2 changed files with 2 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
-- DB update 2023_07_12_00 -> 2023_07_15_00
--
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (22038, 22482) AND (`source_type` = 0) AND (`id` IN (12));

View File

@@ -1,3 +1,4 @@
-- DB update 2023_07_15_00 -> 2023_07_15_01
--
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 23168;
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 23168);