fix(DB/Formations): Death Talon Captain chain pull (#10436)

This commit is contained in:
Nefertumm
2022-02-11 08:11:42 -03:00
committed by GitHub
parent ead906c58f
commit 0d4e28e6ce

View File

@@ -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);