From a3833d201a7453d3533e6435513d21bf096ca345 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sat, 16 Feb 2019 01:59:13 +0100 Subject: [PATCH] DB/SFK: added formation inversion points for the Geist formations --- sql/updates/world/custom/custom_2019_02_16_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/custom/custom_2019_02_16_00_world.sql 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;