chore(DB): import pending files

Referenced commit(s): 9523081c32
This commit is contained in:
AzerothCoreBot
2023-09-17 20:39:17 +00:00
parent 7d59378b6b
commit 3d29ccad70

View File

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