aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
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