diff --git a/sql/updates/world/custom/custom_2019_02_16_00_world.sql b/sql/updates/world/custom/custom_2019_02_16_00_world.sql new file mode 100644 index 00000000000..d3dd092620f --- /dev/null +++ b/sql/updates/world/custom/custom_2019_02_16_00_world.sql @@ -0,0 +1,3 @@ +UPDATE `creature_formations` SET `point_1`= 5, `point_2`= 1 WHERE `leaderGUID`= 370964 AND `memberGUID` != 370964; +UPDATE `creature_formations` SET `point_1`= 3, `point_2`= 9 WHERE `leaderGUID`= 371072 AND `memberGUID` != 371072; +UPDATE `creature_formations` SET `point_1`= 5, `point_2`= 13 WHERE `leaderGUID`= 371060 AND `memberGUID` != 371060;