diff options
-rw-r--r-- | sql/updates/world/2015_09_22_01_world.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/updates/world/2015_09_22_01_world.sql b/sql/updates/world/2015_09_22_01_world.sql index c238d97c97c..a01d8a27e75 100644 --- a/sql/updates/world/2015_09_22_01_world.sql +++ b/sql/updates/world/2015_09_22_01_world.sql @@ -358,7 +358,8 @@ INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z` (@PATH,35,2937.735,-2977.154,267.593,0,0,0,0,100,0), -- 00:59:59 (@PATH,36,2927.648,-2962.08,267.5935,0,0,0,0,100,0); -- 01:00:05 -DELETE FROM `creature_formations` WHERE `leaderGUID` IN (127751,127746,127748,127753,127742,127744); +DELETE FROM `creature_formations` WHERE `leaderGUID` IN (127751,127752,127746,127747,127748,127749,127753,127743,127742,127754,127744,127745); +DELETE FROM `creature_formations` WHERE `memberGUID` IN (127751,127752,127746,127747,127748,127749,127753,127743,127742,127754,127744,127745); INSERT INTO `creature_formations` (`leaderGUID`,`memberGUID`,`dist`,`angle`,`groupAI`,`point_1`,`point_2`) VALUES (127751,127751,0,0,2,0,0), (127751,127752,3,90,2,2,0), |