chore(DB): import pending files

Referenced commit(s): d059babed8
This commit is contained in:
AzerothCoreBot
2023-05-15 00:04:27 +00:00
parent d059babed8
commit a8bc892da3

View File

@@ -1,3 +1,4 @@
-- DB update 2023_05_14_08 -> 2023_05_15_00
SET @ENTRY := 20913;
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY;
DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0;