From 449bf7b34e8773ec7427a54c7c65070d80001414 Mon Sep 17 00:00:00 2001 From: BroodWyrm Date: Sat, 28 Feb 2009 22:39:05 +0100 Subject: *Add Script for Skarvald and Dalronn --HG-- branch : trunk --- sql/updates/1613_world_scripts.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/1613_world_scripts.sql (limited to 'sql') 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 -- cgit v1.2.3