mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
DB/Creature: More Naxx pathing update
By Malcrom
This commit is contained in:
24
sql/updates/world/2015_09_24_01_world.sql
Normal file
24
sql/updates/world/2015_09_24_01_world.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user