mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(HoS/DB) Unrelenting Construct now linked (#23397)
Co-authored-by: John Doe <john.doe@gmail.com>
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user