aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/5016_world_scripts.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/5016_world_scripts.sql b/sql/updates/5016_world_scripts.sql
new file mode 100644
index 00000000000..c3b928cbd07
--- /dev/null
+++ b/sql/updates/5016_world_scripts.sql
@@ -0,0 +1,7 @@
+UPDATE creature_template SET ScriptName='npc_kanati' WHERE entry=10638;
+
+DELETE FROM script_waypoint WHERE entry=10638;
+INSERT INTO script_waypoint VALUES
+(10638, 0, -4903.521973, -1368.339844, -52.611, 5000, 'SAY_KAN_START'),
+(10638, 1, -4906.004395, -1367.048096, -52.611, 0, '');
+