mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
* Fixed makefile to use proper foldername. * rXXX_world_scripts.sql will be the format for script sql updates, execute these into your world DB. --HG-- branch : trunk
6 lines
424 B
SQL
6 lines
424 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; |