chore(DB): import pending files

Referenced commit(s): f11feeaef1
This commit is contained in:
AzerothCoreBot
2022-06-28 20:33:25 +00:00
parent f11feeaef1
commit 176175e7ad
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

@@ -1,3 +1,4 @@
-- DB update 2022_06_28_04 -> 2022_06_28_05
--
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 756) AND (`source_type` = 0);
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 669) AND (`source_type` = 0) AND (`id` IN (0));