diff --git a/data/sql/updates/pending_db_world/rev_1643488846042207300.sql b/data/sql/updates/pending_db_world/rev_1643488846042207300.sql new file mode 100644 index 000000000..34496e53c --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1643488846042207300.sql @@ -0,0 +1,22 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1643488846042207300'); + +SET @LEADERGUID1 := 84519; +SET @LEADERGUID2 := 84520; + +DELETE FROM `creature_formations` WHERE `memberGUID` IN (@LEADERGUID1, @LEADERGUID2, 84521, 84522, 84523, 84524, 84525, 84526, 84527, 84528, 84529, 84530, 84531, 84532); +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES +(@LEADERGUID1, @LEADERGUID1, 0, 0, 3), +(@LEADERGUID1, 84523, 0, 0, 3), +(@LEADERGUID1, 84524, 0, 0, 3), +(@LEADERGUID1, 84525, 0, 0, 3), +(@LEADERGUID1, 84526, 0, 0, 3), +(@LEADERGUID1, 84531, 0, 0, 3), +(@LEADERGUID1, 84532, 0, 0, 3), + +(@LEADERGUID2, @LEADERGUID2, 0, 0, 3), +(@LEADERGUID2, 84521, 0, 0, 3), +(@LEADERGUID2, 84522, 0, 0, 3), +(@LEADERGUID2, 84527, 0, 0, 3), +(@LEADERGUID2, 84528, 0, 0, 3), +(@LEADERGUID2, 84529, 0, 0, 3), +(@LEADERGUID2, 84530, 0, 0, 3);