diff --git a/data/sql/updates/pending_db_world/rev_1629982964484888577.sql b/data/sql/updates/pending_db_world/rev_1629982964484888577.sql new file mode 100644 index 000000000..32c321561 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1629982964484888577.sql @@ -0,0 +1,10 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1629982964484888577'); + +-- Groups Den Mother and her cubs in a formation +DELETE FROM `creature_formations` WHERE `leaderGUID` = 37523; +INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES +(37523, 37523, 20, 0, 3, 0, 0), +(37523, 37569, 20, 0, 3, 0, 0), +(37523, 37566, 20, 0, 3, 0, 0), +(37523, 37568, 20, 0, 3, 0, 0); +