aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorBroodWyrm <none@none>2009-02-28 22:39:05 +0100
committerBroodWyrm <none@none>2009-02-28 22:39:05 +0100
commit449bf7b34e8773ec7427a54c7c65070d80001414 (patch)
tree6ed0e632a0fc79063170c88415a1130a2db00f4b /sql
parentb375c0d89a6a0c3f5c88788ec988696d2dd33e70 (diff)
*Add Script for Skarvald and Dalronn
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/1613_world_scripts.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/1613_world_scripts.sql b/sql/updates/1613_world_scripts.sql
new file mode 100644
index 00000000000..84cfbf81c88
--- /dev/null
+++ b/sql/updates/1613_world_scripts.sql
@@ -0,0 +1,3 @@
+-- Script for Skarvald and Dalronn
+update creature_template set scriptname = 'boss_skarvald_the_constructor' where entry in (24200,27390);
+update creature_template set scriptname = 'boss_dalronn_the_controller' where entry in (24201,27389); \ No newline at end of file