aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-10-11 18:40:39 +0200
committerKillyana <morphone1@gmail.com>2018-10-11 18:40:39 +0200
commit631f052da8c905884a7e8ccf037fab78b9371a73 (patch)
tree40dadfd97f2baa490323dbf2145f5da7fd6a9735
parentc5276a112cb9f682841dfd5c97d8136be69ac757 (diff)
DB/Creature: Add formation for Fel Steed and Shadow Charger
-rw-r--r--sql/updates/world/3.3.5/2018_10_11_08_world_335.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_10_11_08_world_335.sql b/sql/updates/world/3.3.5/2018_10_11_08_world_335.sql
new file mode 100644
index 00000000000..faae8fd0edf
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_10_11_08_world_335.sql
@@ -0,0 +1,9 @@
+--
+DELETE FROM `creature_formations` WHERE `leaderGUID`=16441;
+INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES
+(16441, 16441, 0, 0, 3),
+(16441, 16440, 0, 0, 3),
+(16441, 16442, 0, 0, 3),
+(16441, 87900, 0, 0, 3),
+(16441, 87898, 0, 0, 3),
+(16441, 87899, 0, 0, 3);