diff options
-rw-r--r-- | sql/updates/world/3.3.5/2025_04_12_08_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_04_12_08_world.sql b/sql/updates/world/3.3.5/2025_04_12_08_world.sql new file mode 100644 index 00000000000..d69450e68d0 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_04_12_08_world.sql @@ -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; |