chore(DB): import pending files

Referenced commit(s): 619a6526bd
This commit is contained in:
AzerothCoreBot
2022-07-20 16:00:26 +00:00
parent 619a6526bd
commit b7bd70625d
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2022_07_20_08 -> 2022_07_20_09
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 12119;
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 12119) AND (`source_type` = 0) AND (`id` IN (0, 1));

View File

@@ -1,3 +1,4 @@
-- DB update 2022_07_20_09 -> 2022_07_20_10
--
/* Snakes */
UPDATE `creature` SET `id1`=11371 WHERE `guid` IN (49096, 49097);