+1
@@ -1,3 +1,4 @@
|
|||||||
|
-- DB update 2022_05_23_03 -> 2022_05_23_04
|
||||||
SET @LEADERGUID := 84542;
|
SET @LEADERGUID := 84542;
|
||||||
DELETE FROM `creature_formations` WHERE `memberGUID` IN (@LEADERGUID, 84190, 84194, 84192, 84541, 84543, 84186, 84188);
|
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
|
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES
|
||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
-- DB update 2022_05_23_04 -> 2022_05_23_05
|
||||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 10390;
|
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));
|
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 10390) AND (`source_type` = 0) AND (`id` IN (0, 1, 2, 3, 4, 5, 6, 7));
|
||||||
Reference in New Issue
Block a user