fix(DB/waypoint_data): Ulduar Colossus path fix (#3601)

This commit is contained in:
aradep
2020-11-06 05:07:38 -04:00
committed by GitHub
parent 29c1f8b233
commit f4a5907a54

View File

@@ -0,0 +1,11 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1603401587698987500');
-- Ulduar Colossus bridge pathing fix --
DELETE FROM `waypoint_data` WHERE `id` = 1374780;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`) VALUES
(1374780, 1, 71.3266, -170.786, 410.72),
(1374780, 2, 71.3266, -212.300, 418.99),
(1374780, 3, 71.3266, -232.054, 418.99),
(1374780, 4, 71.3266, -263.742, 413.42),
(1374780, 5, 71.3266, -232.054, 418.99),
(1374780, 6, 71.3266, -212.300, 418.99);