chore(DB): import pending files

Referenced commit(s): 15eb6386aa
This commit is contained in:
AzerothCoreBot
2022-07-20 13:27:28 +00:00
parent 15eb6386aa
commit 44183bc376
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2022_07_20_03 -> 2022_07_20_04
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 11076;
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 11076);

View File

@@ -1,3 +1,4 @@
-- DB update 2022_07_20_04 -> 2022_07_20_05
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 1785;
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 1785) AND (`source_type` = 0) AND (`id` IN (0, 1));