fix(HoS/DB) Lightning construct now linked (#23398)

Co-authored-by: John Doe <john.doe@gmail.com>
This commit is contained in:
blinkysc
2025-10-26 14:32:44 -05:00
committed by GitHub
parent bdd4a12243
commit 4212b83d7c

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `creature_formations` WHERE (`leaderGUID` = 126747) AND (`memberGUID` IN (126747, 126748));
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(126747, 126747, 0, 0, 3, 0, 0),
(126747, 126748, 0, 0, 3, 0, 0);