mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-14 03:53:03 -04:00
3 lines
240 B
SQL
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); |