fix(HoS/DB) Unrelenting Construct now linked (#23397)

Co-authored-by: John Doe <john.doe@gmail.com>
This commit is contained in:
blinkysc
2025-10-26 08:48:55 -05:00
committed by GitHub
parent 3bbcc15233
commit 299bf089bb

View File

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