diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2025-04-03 11:22:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-03 11:22:59 +0200 |
commit | 81434cf171c885301151bd635b9d2e9159de866c (patch) | |
tree | 09e857611c2ec17c1ad1fd5aa9794f4195d124bb | |
parent | 95f8cf0a2b1a30053707ca12d9b7b1d9257d71f1 (diff) |
DB/NPC: Spirit of Sathrah
closes #30811
by Jonne733
-rw-r--r-- | sql/updates/world/3.3.5/2025_04_03_01_world.sql | 5 |
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; |