Files
TrinityCore2/sql/updates/1613_world_scripts.sql
BroodWyrm 449bf7b34e *Add Script for Skarvald and Dalronn
--HG--
branch : trunk
2009-02-28 22:39:05 +01:00

3 lines
240 B
SQL

-- 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);