fix(HoS/DB) Unrelenting Construct now linked (#23397)
Co-authored-by: John Doe <john.doe@gmail.com>
This commit is contained in:
parent
3bbcc15233
commit
299bf089bb
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
--
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID` = 126740 OR `memberGUID` = 126740;
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(126740, 126740, 0, 0, 3, 0, 0),
|
||||
(126740, 126741, 0, 0, 3, 0, 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue