aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2025_04_03_01_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_04_03_01_world.sql b/sql/updates/world/3.3.5/2025_04_03_01_world.sql
new file mode 100644
index 00000000000..cbf679f4775
--- /dev/null
+++ b/sql/updates/world/3.3.5/2025_04_03_01_world.sql
@@ -0,0 +1,5 @@
+-- Waypoint fix for "Spirit of Sathrah" (7411)
+UPDATE `waypoints` SET `position_x`=9627.15,`position_y`=2517.89,`position_z`=1331.76 WHERE `entry`=7411 AND `pointid`=5;
+
+-- Set despawn time for "Spirit of Sathrah" to 0
+UPDATE `smart_scripts` SET `action_param1`=0,`comment`="Spirit of Sathrah - On Waypoint 9 Reached - Despawn" WHERE `entryorguid`=7411 AND `id`=1;