aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2020_09_09_01_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_09_09_01_world.sql b/sql/updates/world/3.3.5/2020_09_09_01_world.sql
new file mode 100644
index 00000000000..10774dc9c49
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_09_09_01_world.sql
@@ -0,0 +1,5 @@
+--
+DELETE FROM `creature_formations` WHERE `leaderGUID` = 23473;
+INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
+(23473,23473,0,0,515,0,0),
+(23473,23472,7.5,360,515,0,0);