chore(DB): import pending files

Referenced commit(s): 3b17866613
This commit is contained in:
AzerothCoreBot
2023-02-13 00:02:13 +00:00
parent 3b17866613
commit 10daa206c6
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_02_12_14 -> 2023_02_13_00
--
SET @ATTUMEN_UNMOUNTED := 15550;
SET @ATTUMEN_MOUNTED := 16152;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_02_13_00 -> 2023_02_13_01
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 197;
DELETE FROM `smart_scripts` WHERE (`source_type` = 9 AND `entryorguid` = 19700);