mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 07:36:23 +00:00
fix(Scripts/HellfirePeninsula): fix quest 9410 a spirit guide (#17925)
This commit is contained in:
7
data/sql/updates/pending_db_world/fix_quest_9410.sql
Normal file
7
data/sql/updates/pending_db_world/fix_quest_9410.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- add a time to script_waypoint
|
||||
DELETE FROM `script_waypoint` WHERE `entry`=17077 AND `pointid` IN (50, 51, 52, 53);
|
||||
INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`, `location_z`, `waittime`, `point_comment`) VALUES
|
||||
(17077, 50, 519.146, 3886.7, 190.128, 8000, 'RYGA_MOVEMENT_TO_WOLF'),
|
||||
(17077, 51, 519.146, 3886.7, 190.128, 13000, 'RYGA_TIME_MOVEMENT_TO_WOLF'),
|
||||
(17077, 52, 519.146, 3886.7, 190.128, 5000, 'RYGA_TIME_RETURN_SPAWN'),
|
||||
(17077, 53, 519.146, 3886.7, 190.128, 50000, 'DESPAWN_WOLF');
|
||||
Reference in New Issue
Block a user