mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04:00
* Add support for quest 1393 (Galen's Escape), original code by przemratajczak, port by McBitter, closes issue 3463
* Fix typo in AuctionHouseHandler, thanks GriffonHeart, fixes issue 3609 * Forgotten thanks --HG-- branch : trunk
This commit is contained in:
@@ -2267,3 +2267,29 @@ INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`, `
|
||||
(33370, 4, 206.092, -34.7447, 409.801, 0, '0'),
|
||||
(33370, 5, 240.208, 1.10346, 409.802, 0, '0'),
|
||||
(33370, 6, 337.199, 11.7051, 409.802, 0, '0');
|
||||
|
||||
-- Waypoints for Galen Goodward
|
||||
DELETE FROM `script_waypoint` WHERE `entry`=5391;
|
||||
INSERT INTO `script_waypoint` VALUES
|
||||
(5391, 0, -9901.12, -3727.29, 22.11, 3000, ''),
|
||||
(5391, 1, -9909.27, -3727.81, 23.25, 0, ''),
|
||||
(5391, 2, -9935.25, -3729.02, 22.11, 0, ''),
|
||||
(5391, 3, -9945.83, -3719.34, 21.68, 0, ''),
|
||||
(5391, 4, -9963.41, -3710.18, 21.71, 0, ''),
|
||||
(5391, 5, -9972.75, -3690.13, 21.68, 0, ''),
|
||||
(5391, 6, -9989.70, -3669.67, 21.67, 0, ''),
|
||||
(5391, 7, -9989.21, -3647.76, 23.00, 0, ''),
|
||||
(5391, 8, -9992.27, -3633.74, 21.67, 0, ''),
|
||||
(5391, 9,-10002.32, -3611.67, 22.26, 0, ''),
|
||||
(5391,10, -9999.25, -3586.33, 21.85, 0, ''),
|
||||
(5391,11,-10006.53, -3571.99, 21.67, 0, ''),
|
||||
(5391,12,-10014.30, -3545.24, 21.67, 0, ''),
|
||||
(5391,13,-10018.91, -3525.03, 21.68, 0, ''),
|
||||
(5391,14,-10030.22, -3514.77, 21.67, 0, ''),
|
||||
(5391,15,-10045.11, -3501.49, 21.67, 0, ''),
|
||||
(5391,16,-10052.91, -3479.13, 21.67, 0, ''),
|
||||
(5391,17,-10060.68, -3460.31, 21.67, 0, ''),
|
||||
(5391,18,-10074.68, -3436.85, 20.97, 0, ''),
|
||||
(5391,19,-10074.68, -3436.85, 20.97, 0, ''),
|
||||
(5391,20,-10072.86, -3408.92, 20.43, 15000, ''),
|
||||
(5391,21,-10108.01, -3406.05, 22.06, 0, '');
|
||||
|
||||
Reference in New Issue
Block a user