From 35e267393f1b6a86d1cd66a802f37fe86f5b0e6d Mon Sep 17 00:00:00 2001 From: blinkysc <37940565+blinkysc@users.noreply.github.com> Date: Mon, 29 Sep 2025 19:39:17 -0500 Subject: [PATCH] fix(DB/Formations): Drakkari Colossus will now call help from Drakkari Golems (#23064) --- .../sql/updates/pending_db_world/rev_1759191371018343890.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1759191371018343890.sql diff --git a/data/sql/updates/pending_db_world/rev_1759191371018343890.sql b/data/sql/updates/pending_db_world/rev_1759191371018343890.sql new file mode 100644 index 000000000..ac19fef59 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1759191371018343890.sql @@ -0,0 +1,5 @@ +DELETE FROM `creature_formations` WHERE (`leaderGUID` = 127046); +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(127046, 127046, 0, 0, 1, 0, 0), +(127046, 127080, 0, 0, 1, 0, 0), +(127046, 127081, 0, 0, 1, 0, 0);