mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
* 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:
@@ -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);
|
||||
@@ -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;
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user