aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2020_08_26_02_world_335.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_26_02_world_335.sql b/sql/updates/world/3.3.5/2020_08_26_02_world_335.sql
new file mode 100644
index 00000000000..c7f4d27b2da
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_08_26_02_world_335.sql
@@ -0,0 +1,5 @@
+--
+DELETE FROM `creature_formations` WHERE `leaderGUID` = 42895;
+INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
+(42895,42895,0,0,515,0,0),
+(42895,42896,6.3,360,515,0,0);