From c3ee8498320894c229d64008b537647517cf613b Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 12 Apr 2025 16:25:09 +0200 Subject: DB/Waypiont: Donna and William - Incorrect route points closes #30719 by CraftedRO --- sql/updates/world/3.3.5/2025_04_12_08_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2025_04_12_08_world.sql (limited to 'sql') 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; -- cgit v1.2.3