mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Waypiont: Donna and William - Incorrect route points
closes #30719 by CraftedRO
This commit is contained in:
4
sql/updates/world/3.3.5/2025_04_12_08_world.sql
Normal file
4
sql/updates/world/3.3.5/2025_04_12_08_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Update William broken waypoints
|
||||
UPDATE `waypoint_data` SET `position_x`=-8521.601, `position_y`=668.9489, `position_z`=102.8348 WHERE `id`=797200 AND `point`=26;
|
||||
UPDATE `waypoint_data` SET `position_x`=-8537.578, `position_y`=688.1958, `position_z`=97.74829 WHERE `id`=797200 AND `point`=27;
|
||||
UPDATE `waypoint_data` SET `wpguid`=0 WHERE `id`=797200;
|
||||
Reference in New Issue
Block a user