fix(DB/Formations): Death Talon Wyrmguard should be linked (#11068)

This commit is contained in:
Nefertumm
2022-03-26 23:03:44 -03:00
committed by GitHub
parent 641d38d9fb
commit f5d01baa0c

View File

@@ -0,0 +1,8 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1647566741929769300');
SET @LEADERGUID := 84648;
DELETE FROM `creature_formations` WHERE `memberGUID` IN (@LEADERGUID, 84639, 84650);
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES
(@LEADERGUID, @LEADERGUID, 0, 0, 3),
(@LEADERGUID, 84639, 0, 0, 3),
(@LEADERGUID, 84650, 0, 0, 3);