mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
DB/SFK: added formation inversion points for the Geist formations
This commit is contained in:
3
sql/updates/world/custom/custom_2019_02_16_00_world.sql
Normal file
3
sql/updates/world/custom/custom_2019_02_16_00_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user