diff options
author | Malcrom <malcromdev@gmail.com> | 2014-07-26 13:07:45 -0230 |
---|---|---|
committer | Malcrom <malcromdev@gmail.com> | 2014-07-26 13:07:45 -0230 |
commit | 30e1342048028ee07d5241e5a20f516eceb7210e (patch) | |
tree | 85e81ad9fb487f03450fd5334b70d9fc9f9cdf3e | |
parent | 51b2756ab758cb7f7fd32112c09803a492e02d44 (diff) |
DB/Creature Formations: Fix formation error in last commit.
-rw-r--r-- | sql/updates/world/2014_07_26_01_world_creature_formations.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_26_01_world_creature_formations.sql b/sql/updates/world/2014_07_26_01_world_creature_formations.sql new file mode 100644 index 00000000000..dc424437dfc --- /dev/null +++ b/sql/updates/world/2014_07_26_01_world_creature_formations.sql @@ -0,0 +1,9 @@ +-- Fix Garadar Wolf Rider Formations +UPDATE `creature` SET `position_x`=-1312.285,`position_y`=6940.27,`position_z`=31.40549,`orientation`=1.049322 WHERE `guid`=68368; +DELETE FROM `creature_formations` WHERE `leaderGUID`=68369; +INSERT INTO `creature_formations` (`leaderGUID`,`memberGUID`,`dist`,`angle`,`groupAI`)VALUES +(68369,68369,0,0,2),(68369,68368,8,0,2); +UPDATE `creature` SET `position_x`=-1212.921,`position_y`=7400.358,`position_z`=28.68889,`orientation`=2.005122 WHERE `guid`=68370; +DELETE FROM `creature_formations` WHERE `leaderGUID`=68371; +INSERT INTO `creature_formations` (`leaderGUID`,`memberGUID`,`dist`,`angle`,`groupAI`)VALUES +(68371,68371,0,0,2),(68371,68370,8,0,2); |