fix(Scripts/IcecrownCitadel): Script Sindragosa's respawn/waypoints (#15792)

This commit is contained in:
Skjalf
2023-04-03 00:07:10 -03:00
committed by GitHub
parent b8a0105ca9
commit ea1eed7362
4 changed files with 67 additions and 35 deletions

View File

@@ -0,0 +1,12 @@
--
SET @PATH = 36853 * 10;
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, 4551.7847, 2444.7153, 228.58171,0,0,0,0,100,0),
(@PATH, 2, 4555.238, 2370.889, 229.2206,0,0,0,0,100,0),
(@PATH, 3, 4617.6616, 2352.2952, 214.60947,0,0,0,0,100,0),
(@PATH, 4, 4673.6704, 2437.1182, 218.91505,0,0,0,0,100,0),
(@PATH, 5, 4659.0747, 2579.3906, 229.49834,0,0,0,0,100,0),
(@PATH, 6, 4591.4316, 2598.192, 229.97064,0,0,0,0,100,0),
(@PATH, 7, 4564.4287, 2562.0461, 230.72063,0,0,0,0,100,0),
(@PATH, 8, 4555.6953, 2487.9895, 229.9706,0,0,0,0,100,0);