diff options
author | Killyana <morphone1@gmail.com> | 2018-10-11 18:40:39 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-14 21:21:53 +0100 |
commit | 2610ef7465b08e75ac3928000724ed45c5ad28aa (patch) | |
tree | 97b62ac5442b430e07123e641f5bcffe48ba89c5 | |
parent | 7bb906834a895bbd6e2c74c2906c0e36e1ac8703 (diff) |
DB/Creature: Add formation for Fel Steed and Shadow Charger
(cherry picked from commit 631f052da8c905884a7e8ccf037fab78b9371a73)
-rw-r--r-- | sql/updates/world/master/2021_11_14_10_world_2018_10_11_08_world_335.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_14_10_world_2018_10_11_08_world_335.sql b/sql/updates/world/master/2021_11_14_10_world_2018_10_11_08_world_335.sql new file mode 100644 index 00000000000..faae8fd0edf --- /dev/null +++ b/sql/updates/world/master/2021_11_14_10_world_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); |