diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2025-04-12 16:25:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 16:25:09 +0200 |
| commit | c3ee8498320894c229d64008b537647517cf613b (patch) | |
| tree | eef9388c89f82a7636b086e1fba814ba4b5ddf5c | |
| parent | ffbc0f97f9a1e9a6db6a27d14d279da26de94ef6 (diff) | |
DB/Waypiont: Donna and William - Incorrect route points
closes #30719
by CraftedRO
| -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; |
