DB/SFK: added formation inversion points for the Geist formations

This commit is contained in:
Ovahlord
2019-02-16 01:59:13 +01:00
parent 55e80193a2
commit a3833d201a

View File

@@ -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;