fix(DB/Formations): Death Talon Wyrmguard should be linked (#11068)
This commit is contained in:
parent
641d38d9fb
commit
f5d01baa0c
1 changed files with 8 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue