diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_08_28_05_world_misc.sql | 14 | 
1 files changed, 14 insertions, 0 deletions
| diff --git a/sql/updates/world/2013_08_28_05_world_misc.sql b/sql/updates/world/2013_08_28_05_world_misc.sql new file mode 100644 index 00000000000..066a2dbfc73 --- /dev/null +++ b/sql/updates/world/2013_08_28_05_world_misc.sql @@ -0,0 +1,14 @@ +DELETE from `waypoints` where `entry`=31279; +INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES +(31279, 1,  6716.76, 3436.7,  682.197, 'Q I''m Not Dead Yet!'), +(31279, 2,  6724.09, 3433.56, 682.197, 'Q I''m Not Dead Yet!'), +(31279, 3,  6734.95, 3435.7,  681.87, 'Q I''m Not Dead Yet!'), +(31279, 4,  6766.36, 3464.42, 673.201, 'Q I''m Not Dead Yet!'), +(31279, 5,  6782.48, 3478.07, 674.097, 'Q I''m Not Dead Yet!'), +(31279, 6,  6789.64, 3484.14, 676.423, 'Q I''m Not Dead Yet!'), +(31279, 7,  6815.31, 3483.01, 685.829, 'Q I''m Not Dead Yet!'), +(31279, 8,  6875.41, 3479.14, 694.799, 'Q I''m Not Dead Yet!'), +(31279, 9, 6946.3,  3477.29, 708.832, 'Q I''m Not Dead Yet!'), +(31279, 10, 6980.65, 3468.12, 710.813, 'Q I''m Not Dead Yet!'), +(31279, 11, 7008.43, 3458.64, 696.751, 'Q I''m Not Dead Yet!'), +(31279, 12, 7042.92, 3438.07, 695.543, 'Q I''m Not Dead Yet!'); | 
