diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-09-24 00:59:03 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-09-24 00:59:03 +0200 |
commit | ae0a01bd9f1bf41125ec2daecee78419e01f5f8d (patch) | |
tree | afc105b35e505aba0a55ca04876a9fe644e696ad | |
parent | e1b322cda19b2e8fa0321dee8e2c27e4a6bd1628 (diff) |
DB/Creature: More Naxx pathing update
By Malcrom
-rw-r--r-- | sql/updates/world/2015_09_24_01_world.sql | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sql/updates/world/2015_09_24_01_world.sql b/sql/updates/world/2015_09_24_01_world.sql new file mode 100644 index 00000000000..9bf41b75a70 --- /dev/null +++ b/sql/updates/world/2015_09_24_01_world.sql @@ -0,0 +1,24 @@ +-- +DELETE FROM `creature_formations` WHERE `leaderGUID` IN (127640); +INSERT INTO `creature_formations` (`leaderGUID`,`memberGUID`,`dist`,`angle`,`groupAI`,`point_1`,`point_2`) VALUES +(127640,127640,0,0,2,0,0), +(127640,127685,3,360,2,0,0), +(127640,127686,3,40,2,0,0), +(127640,127656,3,320,2,0,0), +(127640,127657,3,260,2,0,0); + +DELETE FROM `creature_formations` WHERE `leaderGUID` IN (127645); +INSERT INTO `creature_formations` (`leaderGUID`,`memberGUID`,`dist`,`angle`,`groupAI`,`point_1`,`point_2`) VALUES +(127645,127645,0,0,2,0,0), +(127645,127691,3,360,2,0,0), +(127645,127692,3,40,2,0,0), +(127645,127664,3,320,2,0,0), +(127645,127665,3,260,2,0,0); + +DELETE FROM `creature_formations` WHERE `leaderGUID` IN (127649); +INSERT INTO `creature_formations` (`leaderGUID`,`memberGUID`,`dist`,`angle`,`groupAI`,`point_1`,`point_2`) VALUES +(127649,127649,0,0,2,0,0), +(127649,127701,3,360,2,0,0), +(127649,127702,3,40,2,0,0), +(127649,127670,3,320,2,0,0), +(127649,127671,3,260,2,0,0); |