mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-19 14:29:33 -04:00
[svn] * Moved scripts sqls updates to main sql updates folder.
* 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
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user