* Moved some 2.4.3 sql to proper folder

* Added 2450_world which contains all updated from moved files
* Updated world_script_full
* Used trinity sql coding style

--HG--
branch : trunk
This commit is contained in:
Drahy
2009-04-06 06:28:07 +02:00
parent 05212a7162
commit 781e597807
12 changed files with 28 additions and 19 deletions

View File

@@ -23,6 +23,10 @@ UPDATE `gameobject_template` SET `ScriptName`='go_mausoleum_trigger' WHERE `entr
UPDATE `gameobject_template` SET `ScriptName`='go_mausoleum_door' WHERE `entry`=176594;
UPDATE `gameobject_template` SET `ScriptName`='go_crystal_prison' WHERE `entry`=185126;
UPDATE `gameobject_template` SET `ScriptName`='go_legion_obelisk' WHERE `entry` IN (185193,185195,185196,185197,185198);
UPDATE `gameobject_template` SET `ScriptName`='go_jump_a_tron' WHERE `entry`=183146;
UPDATE `gameobject_template` SET `ScriptName`='go_ethereum_prison' WHERE `entry`=184421;
UPDATE `gameobject_template` SET `scriptname`='go_sacred_fire_of_life' WHERE `entry`=175944;
UPDATE `gameobject_template` SET `scriptname`='go_skull_pile' WHERE `entry`=185913;
/* GUARD */
UPDATE `creature_template` SET `ScriptName`='guard_azuremyst' WHERE `entry`=18038;