mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Formations): Death Talon Captain chain pull (#10436)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1643488846042207300');
|
||||
|
||||
SET @LEADERGUID1 := 84519;
|
||||
SET @LEADERGUID2 := 84520;
|
||||
|
||||
DELETE FROM `creature_formations` WHERE `memberGUID` IN (@LEADERGUID1, @LEADERGUID2, 84521, 84522, 84523, 84524, 84525, 84526, 84527, 84528, 84529, 84530, 84531, 84532);
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES
|
||||
(@LEADERGUID1, @LEADERGUID1, 0, 0, 3),
|
||||
(@LEADERGUID1, 84523, 0, 0, 3),
|
||||
(@LEADERGUID1, 84524, 0, 0, 3),
|
||||
(@LEADERGUID1, 84525, 0, 0, 3),
|
||||
(@LEADERGUID1, 84526, 0, 0, 3),
|
||||
(@LEADERGUID1, 84531, 0, 0, 3),
|
||||
(@LEADERGUID1, 84532, 0, 0, 3),
|
||||
|
||||
(@LEADERGUID2, @LEADERGUID2, 0, 0, 3),
|
||||
(@LEADERGUID2, 84521, 0, 0, 3),
|
||||
(@LEADERGUID2, 84522, 0, 0, 3),
|
||||
(@LEADERGUID2, 84527, 0, 0, 3),
|
||||
(@LEADERGUID2, 84528, 0, 0, 3),
|
||||
(@LEADERGUID2, 84529, 0, 0, 3),
|
||||
(@LEADERGUID2, 84530, 0, 0, 3);
|
||||
Reference in New Issue
Block a user