Skip to content

Commit 81434cf

Browse files
authored
DB/NPC: Spirit of Sathrah
closes #30811 by Jonne733
1 parent 95f8cf0 commit 81434cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)