mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
fix(DB/waypoint): Alshirr Banebreath (14340) (#12256)
* Create alshirr_waypoints.sql * Update alshirr_waypoints.sql
This commit is contained in:
22
data/sql/updates/pending_db_world/alshirr_waypoints.sql
Normal file
22
data/sql/updates/pending_db_world/alshirr_waypoints.sql
Normal file
@@ -0,0 +1,22 @@
|
||||
--
|
||||
DELETE FROM `waypoint_data` WHERE `id`=518940;
|
||||
INSERT INTO `acore_world`.`waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`) VALUES
|
||||
(518940, 1, 3866.84, -672.53, 328.888),
|
||||
(518940, 2, 3866.84, -672.534, 328.888),
|
||||
(518940, 3, 3818.17, -768.04, 314.71),
|
||||
(518940, 4, 3881.4, -769.048, 311.51),
|
||||
(518940, 5, 3892.74, -762.76, 312.98),
|
||||
(518940, 6, 3863.57, -759.42, 312.95),
|
||||
(518940, 7, 3844.86, -719.223, 324.47),
|
||||
(518940, 8, 3894.64, -635.31, 336.71),
|
||||
(518940, 9, 3932.94, -611.101, 340.266),
|
||||
(518940, 10, 3981.27, -598.98, 338.19),
|
||||
(518940, 11, 3932.94, -611.101, 340.266),
|
||||
(518940, 12, 3894.64, -635.31, 336.71),
|
||||
(518940, 13, 3844.86, -719.223, 324.47),
|
||||
(518940, 14, 3863.57, -759.42, 312.95),
|
||||
(518940, 15, 3892.74, -762.76, 312.98),
|
||||
(518940, 16, 3881.4, -769.048, 311.51),
|
||||
(518940, 17, 3818.17, -768.04, 314.71),
|
||||
(518940, 18, 3866.84, -672.534, 328.888),
|
||||
(518940, 19, 3866.84, -672.53, 328.888);
|
||||
Reference in New Issue
Block a user