mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/waypoint): Update Sartura waypoints (#13142)
Create rev_1664158803089680000.sql
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
-- Sartura updated waypoints.
|
||||
SET @PATH=876480;
|
||||
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
(@PATH,1,-8264.544,1744.8572,-15.0647335,0,0,1,0,100,0),
|
||||
(@PATH,2,-8256.176,1706.1317,-25.63707,0,0,1,0,100,0),
|
||||
(@PATH,3,-8260.745,1661.0099,-30.723732,0,0,1,0,100,0),
|
||||
(@PATH,4,-8308.3955,1705.1285,-20.586851,0,0,1,0,100,0),
|
||||
(@PATH,5,-8276.452,1706.4706,-21.835382,0,0,1,0,100,0),
|
||||
(@PATH,6,-8251.389,1708.8358,-25.77644,0,0,1,0,100,0),
|
||||
(@PATH,7,-8224.531,1711.2188,-27.293034,0,0,1,0,100,0),
|
||||
(@PATH,8,-8261.439,1684.3287,-28.363323,0,0,1,0,100,0),
|
||||
(@PATH,9,-8286.062,1662.6569,-29.59315,0,0,1,0,100,0),
|
||||
(@PATH,10,-8321.049,1634.6908,-32.10147,0,0,1,0,100,0);
|
||||
Reference in New Issue
Block a user