chore(DB): import pending files

Referenced commit(s): 9ef069b023
This commit is contained in:
AzerothCoreBot
2023-03-20 17:08:48 +00:00
parent 9ef069b023
commit 5aedad4beb

View File

@@ -1,3 +1,4 @@
-- DB update 2023_03_20_05 -> 2023_03_20_06
-- Delete wrong creature_text for Ashyen(17900) and Keleth(17901) and set as SAI.
DELETE FROM `creature_text` WHERE `CreatureID` IN (17900,17901);
UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` IN (17900,17901);