chore(DB): import pending files

Referenced commit(s): c96a4ba223
This commit is contained in:
AzerothCoreBot
2022-06-22 17:56:30 +00:00
parent c96a4ba223
commit 04efb4122c

View File

@@ -1,3 +1,4 @@
-- DB update 2022_06_22_01 -> 2022_06_22_02
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (11357, 14989);
DELETE FROM `smart_scripts` WHERE ((`source_type` = 0 AND `entryorguid` = 14989)) OR (`source_type` = 0 AND `entryorguid` = 11357);