From a8d7b8d736bea309d3a4982c9752b11c32dd686e Mon Sep 17 00:00:00 2001 From: IntelligentQuantum Date: Mon, 4 Nov 2024 19:16:17 +0330 Subject: [PATCH] Fix(SQL): deactivated sunblade protectors is not linked properly (#20404) * Fix(SQL): deactivated sunblade protectors is not linked properly * Update rev_1730519930456661020.sql Added backticks. --------- Co-authored-by: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com> --- .../updates/pending_db_world/rev_1730519930456661020.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1730519930456661020.sql diff --git a/data/sql/updates/pending_db_world/rev_1730519930456661020.sql b/data/sql/updates/pending_db_world/rev_1730519930456661020.sql new file mode 100644 index 000000000..39a17e468 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1730519930456661020.sql @@ -0,0 +1,9 @@ +DELETE FROM `creature_formations` WHERE `leaderGUID` = 42587; + +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES +(42587, 42587, 0, 0, 515), +(42587, 54824, 1.0, 0.0, 515), +(42587, 42640, 1.0, 1.57, 515), +(42587, 54829, 1.0, 3.14, 515), +(42587, 42659, 1.0, 4.71, 515), +(42587, 42586, 1.0, 6.28, 515);