From 4212b83d7c4913bffc44426fc4d0125bb13d0052 Mon Sep 17 00:00:00 2001 From: blinkysc <37940565+blinkysc@users.noreply.github.com> Date: Sun, 26 Oct 2025 14:32:44 -0500 Subject: [PATCH] fix(HoS/DB) Lightning construct now linked (#23398) Co-authored-by: John Doe --- .../sql/updates/pending_db_world/rev_1761401571384059169.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1761401571384059169.sql diff --git a/data/sql/updates/pending_db_world/rev_1761401571384059169.sql b/data/sql/updates/pending_db_world/rev_1761401571384059169.sql new file mode 100644 index 000000000..0c39e9316 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1761401571384059169.sql @@ -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);