* Updated CMakeLists with precious revisions

* Modified sql updates to more proper version
* Added script names to script_full table

--HG--
branch : trunk
This commit is contained in:
Drahy
2009-02-05 20:06:19 +01:00
parent b045829900
commit 7e70df2e7d
4 changed files with 12 additions and 29 deletions

View File

@@ -1 +1 @@
UPDATE `gameobject_template` SET `ScriptName` = 'go_legion_obelisk' WHERE `entry` = 185193;
UPDATE `gameobject_template` SET `ScriptName`='go_legion_obelisk' WHERE `entry` IN (185193,185195,185196,185197,185198);

View File

@@ -1,2 +1,2 @@
UPDATE creature_template SET ScriptName='npc_surristrasz' WHERE entry=24795;
UPDATE creature_template SET ScriptName='npc_tiare' WHERE entry=30051;
UPDATE `creature_template` SET `ScriptName`='npc_surristrasz' WHERE `entry`=24795;
UPDATE `creature_template` SET `ScriptName`='npc_tiare' WHERE `entry`=30051;

View File

@@ -18,4 +18,6 @@ INSTALL(FILES
1185_(mangos_7214)_01_world_command.sql
1185_(mangos_7214)_02_world_trinity_string.sql
1185_(mangos_7214)_03_mangos_spell_proc_event.sql
1206_world_scripts.sql
1207_world_scripts.sql
DESTINATION share/trinity/sql/updates)