chore(DB): import pending files

Referenced commit(s): 46d0b32d98
This commit is contained in:
AzerothCoreBot
2022-05-23 09:07:52 +00:00
parent 46d0b32d98
commit 305a2689e9
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2022_05_23_03 -> 2022_05_23_04
SET @LEADERGUID := 84542;
DELETE FROM `creature_formations` WHERE `memberGUID` IN (@LEADERGUID, 84190, 84194, 84192, 84541, 84543, 84186, 84188);
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2022_05_23_04 -> 2022_05_23_05
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 10390;
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 10390) AND (`source_type` = 0) AND (`id` IN (0, 1, 2, 3, 4, 5, 6, 7));