* Trinity sql coding style

* Renamed 1725 to 1730
* Added scripts to full script file

--HG--
branch : trunk
This commit is contained in:
Drahy
2009-03-08 12:05:57 +01:00
parent 86a4bc7f3f
commit abdddf36ff
6 changed files with 14 additions and 9 deletions
+3 -3
View File
@@ -1,3 +1,3 @@
update creature_template set scriptname = 'boss_ingvar_the_plunderer' where entry = 23954;
update creature_template set scriptname = 'mob_annhylde_the_caller' where entry = 24068;
update creature_template set scriptname = 'mob_ingvar_throw_dummy' where entry = 23997;
UPDATE `creature_template` SET `ScriptName`='boss_ingvar_the_plunderer' WHERE `entry`=23954;
UPDATE `creature_template` SET `ScriptName`='mob_annhylde_the_caller' WHERE `entry`=24068;
UPDATE `creature_template` SET `ScriptName`='mob_ingvar_throw_dummy' WHERE `entry`=23997;