mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 11:43:18 -04:00
8 lines
421 B
SQL
8 lines
421 B
SQL
update `creature_template` set `ScriptName`='boss_alar' where `entry`='19514';
|
|
update `creature_template` set `ScriptName`='mob_ember_of_alar' where `entry`='19551';
|
|
update `creature_template` set `ScriptName`='mob_flame_patch_alar' where `entry`='20602';
|
|
|
|
update gameobject_template set scriptname = "go_manticron_cube" where entry = 181713;
|
|
update creature_template set scriptname = "mob_abyssal" where entry = 17454;
|
|
|