We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f8cf0 commit 81434cfCopy full SHA for 81434cf
sql/updates/world/3.3.5/2025_04_03_01_world.sql
@@ -0,0 +1,5 @@
1
+-- Waypoint fix for "Spirit of Sathrah" (7411)
2
+UPDATE `waypoints` SET `position_x`=9627.15,`position_y`=2517.89,`position_z`=1331.76 WHERE `entry`=7411 AND `pointid`=5;
3
+
4
+-- Set despawn time for "Spirit of Sathrah" to 0
5
+UPDATE `smart_scripts` SET `action_param1`=0,`comment`="Spirit of Sathrah - On Waypoint 9 Reached - Despawn" WHERE `entryorguid`=7411 AND `id`=1;
0 commit comments