diff options
| author | click <none@none> | 2010-05-01 00:19:04 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-05-01 00:19:04 +0200 |
| commit | 3eccb81ee36ad1ed78ec219c069e666944878056 (patch) | |
| tree | 1e7b289e66d05cbbc0534b44a7249638a72c3d54 /sql/updates | |
| parent | 6feda6605b5ea1aaebc1c228b3a57882233dbd06 (diff) | |
Add support for quest 9446 (Tomb of the Lightbringer) - closes #197
Patch by Supabad
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/8053_world_creature_template.sql | 1 | ||||
| -rw-r--r-- | sql/updates/8053_world_script_waypoint.sql | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/sql/updates/8053_world_creature_template.sql b/sql/updates/8053_world_creature_template.sql new file mode 100644 index 00000000000..9a48772abdb --- /dev/null +++ b/sql/updates/8053_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `MovementType` = '2',`ScriptName` = 'npc_anchorite_truuen' WHERE `creature_template`.`entry` =17238; diff --git a/sql/updates/8053_world_script_waypoint.sql b/sql/updates/8053_world_script_waypoint.sql new file mode 100644 index 00000000000..1b984691182 --- /dev/null +++ b/sql/updates/8053_world_script_waypoint.sql @@ -0,0 +1,28 @@ +DELETE FROM `script_waypoint` WHERE `entry`=17238; +INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`, `location_z`, `waittime`, `point_comment`) VALUES +(17238, 1, 953.061, -1432.52, 63.2255, 0, '0'), +(17238, 2, 969.607, -1438.15, 65.3669, 0, '0'), +(17238, 3, 980.073, -1441.5, 65.3997, 0, '0'), +(17238, 4, 995.001, -1450.47, 61.3227, 0, '0'), +(17238, 5, 1032.7, -1473.49, 63.7699, 0, '0'), +(17238, 6, 1039.69, -1491.42, 65.2801, 0, '0'), +(17238, 7, 1038.8, -1523.32, 64.4661, 0, '0'), +(17238, 8, 1035.43, -1572.97, 61.5412, 0, '0'), +(17238, 9, 1034.45, -1612.83, 61.6186, 0, '0'), +(17238, 10, 1040.12, -1663.41, 60.923, 0, '0'), +(17238, 11, 1059.75, -1703.75, 60.5768, 0, '0'), +(17238, 12, 1091.83, -1735.24, 60.8057, 0, '0'), +(17238, 13, 1131.75, -1755.32, 61.0073, 0, '0'), +(17238, 14, 1159.77, -1762.64, 60.5699, 0, '0'), +(17238, 15, 1153.79, -1772, 60.6475, 0, '0'), +(17238, 16, 1115.4, -1787.21, 61.0759, 0, '0'), +(17238, 17, 1091.88, -1799.06, 61.6055, 0, '0'), +(17238, 18, 1056.22, -1805.65, 71.8112, 0, '0'), +(17238, 19, 1024.03, -1807.93, 77.025, 0, '0'), +(17238, 20, 1012.74, -1811.67, 77.5636, 0, '0'), +(17238, 21, 1006.74, -1813.59, 80.4872, 0, '0'), +(17238, 22, 983.15, -1823.05, 80.4872, 0, '0'), +(17238, 23, 974.954, -1825.33, 81.3482, 5000, '0'), +(17238, 24, 974.954, -1825.33, 81.3482, 5000, '0'), +(17238, 25, 974.954, -1825.33, 81.3482, 5000, '0'), +(17238, 26, 974.954, -1825.33, 81.3482, 5000, '0'); |
