Revision 124, 424 bytes
(checked in by yumileroy, 17 years ago)
|
[svn] * Properly name Updates for scripts.
Original author: KingPin?
Date: 2008-10-27 13:23:14-05:00
|
Line | |
---|
1 | update `creature_template` set `ScriptName`='boss_alar' where `entry`='19514'; |
---|
2 | update `creature_template` set `ScriptName`='mob_ember_of_alar' where `entry`='19551'; |
---|
3 | update `creature_template` set `ScriptName`='mob_flame_patch_alar' where `entry`='20602'; |
---|
4 | |
---|
5 | update gameobject_template set scriptname = "go_manticron_cube" where entry = 181713; |
---|
6 | update creature_template set scriptname = "mob_abyssal" where entry = 17454; |
---|