From 299bf089bbcc216675a233b86a075ddeef2aa599 Mon Sep 17 00:00:00 2001 From: blinkysc <37940565+blinkysc@users.noreply.github.com> Date: Sun, 26 Oct 2025 08:48:55 -0500 Subject: [PATCH] fix(HoS/DB) Unrelenting Construct now linked (#23397) Co-authored-by: John Doe --- .../sql/updates/pending_db_world/rev_1761400284998690401.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1761400284998690401.sql diff --git a/data/sql/updates/pending_db_world/rev_1761400284998690401.sql b/data/sql/updates/pending_db_world/rev_1761400284998690401.sql new file mode 100644 index 000000000..f96b6ebec --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1761400284998690401.sql @@ -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);