aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorclick <none@none>2010-05-01 09:12:52 +0200
committerclick <none@none>2010-05-01 09:12:52 +0200
commit593d962665b3a9814cfd6eab6cbbb72c25bd66c6 (patch)
tree452fc5aebea3e019d8d5895669d667ce8ef0a6dc /sql
parentbcbb52f507e12e0713de48cbe9a1262ec76610fe (diff)
Add support for quest 1440 (Return to Vahlarriel) - patch by Supabad
Closes issue #323 --HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/8060_world_creature_template.sql1
-rw-r--r--sql/updates/8060_world_script_waypoint.sql18
2 files changed, 19 insertions, 0 deletions
diff --git a/sql/updates/8060_world_creature_template.sql b/sql/updates/8060_world_creature_template.sql
new file mode 100644
index 00000000000..20775da22fb
--- /dev/null
+++ b/sql/updates/8060_world_creature_template.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `ScriptName`='npc_dalinda', `flags_extra`='2', `faction_A`=35, `faction_H`=14 WHERE `creature_template`.`entry`=5644; \ No newline at end of file
diff --git a/sql/updates/8060_world_script_waypoint.sql b/sql/updates/8060_world_script_waypoint.sql
new file mode 100644
index 00000000000..dad4de36058
--- /dev/null
+++ b/sql/updates/8060_world_script_waypoint.sql
@@ -0,0 +1,18 @@
+DELETE FROM `script_waypoint` WHERE `entry`=5644;
+INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`, `location_z`, `waittime`, `point_comment`) VALUES
+(5644, 1, -339.679, 1752.04, 139.482, 0, '0'),
+(5644, 2, -328.957, 1734.95, 139.327, 0, '0'),
+(5644, 3, -350.747, 1731.12, 139.338, 0, '0'),
+(5644, 4, -365.064, 1739.04, 139.376, 0, '0'),
+(5644, 5, -371.105, 1746.03, 139.374, 0, '0'),
+(5644, 6, -383.141, 1738.62, 138.93, 0, '0'),
+(5644, 7, -390.445, 1733.98, 136.353, 0, '0'),
+(5644, 8, -401.368, 1726.77, 131.071, 0, '0'),
+(5644, 9, -416.016, 1721.19, 129.807, 0, '0'),
+(5644, 10, -437.139, 1709.82, 126.342, 0, '0'),
+(5644, 11, -459.862, 1687.92, 116.059, 0, '0'),
+(5644, 12, -460.686, 1679.55, 111.976, 0, '0'),
+(5644, 13, -461.485, 1670.94, 109.033, 0, '0'),
+(5644, 14, -468.53, 1645.51, 102.811, 0, '0'),
+(5644, 15, -474.529, 1615.97, 97.228, 0, '0'),
+(5644, 16, -474.329, 1590.01, 94.4982, 0, '0'); \ No newline at end of file