aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-09-09 03:23:30 +0300
committeroffl <offl@users.noreply.github.com>2020-09-09 03:23:30 +0300
commitaaac8f1f964c1495091d7fc0ec0dfb8839ea56d9 (patch)
tree1920558a53eb307a322db51b9d1805568711efdb /sql
parentfb9698cca7366e61ff9b749c6517121daf3ebb46 (diff)
DB/Creature: Add formations to Warden of Time
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);