mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
* Prepare SQL directories
--HG-- branch : trunk rename : sql/updates/8770_world_areatrigger_scripts.sql => sql/updates/3.3.3a_old/8770_world_areatrigger_scripts.sql rename : sql/updates/8770_world_script_waypoints.sql => sql/updates/3.3.3a_old/8770_world_script_waypoints.sql rename : sql/updates/8770_world_scriptname.sql => sql/updates/3.3.3a_old/8770_world_scriptname.sql rename : sql/updates/8790_world_locales_item_set_names.sql => sql/updates/3.3.3a_old/8790_world_locales_item_set_names.sql rename : sql/updates/8816_world_spell_bonus_data.sql => sql/updates/3.3.3a_old/8816_world_spell_bonus_data.sql rename : sql/updates/8821_world_spell_dbc.sql => sql/updates/3.3.3a_old/8821_world_spell_dbc.sql rename : sql/updates/8836_world_spell_linked_spell.sql => sql/updates/3.3.3a_old/8836_world_spell_linked_spell.sql rename : sql/updates/8842_world_script_texts.sql => sql/updates/3.3.3a_old/8842_world_script_texts.sql rename : sql/updates/8842_world_scriptname.sql => sql/updates/3.3.3a_old/8842_world_scriptname.sql rename : sql/updates/8843_world_scriptname.sql => sql/updates/3.3.3a_old/8843_world_scriptname.sql
This commit is contained in:
3
sql/updates/3.3.5a_old/CMakeLists.txt
Normal file
3
sql/updates/3.3.5a_old/CMakeLists.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
FILE(GLOB _SQL_335 *.sql)
|
||||
|
||||
INSTALL(FILES ${_SQL_333} DESTINATION share/trinity/sql/updates/3.3.5a_old)
|
||||
3
sql/updates/3.3.5a_old/xxxx_realmd_realmlist.sql
Normal file
3
sql/updates/3.3.5a_old/xxxx_realmd_realmlist.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
UPDATE `realmlist` SET `gamebuild`=12340 WHERE `id`=1;
|
||||
ALTER TABLE `realmlist` CHANGE COLUMN `gamebuild` `gamebuild` int(11) unsigned NOT NULL default '12340';
|
||||
|
||||
@@ -4,6 +4,7 @@ add_subdirectory(3.1.3_old)
|
||||
add_subdirectory(3.2.2a_old)
|
||||
add_subdirectory(3.3.2_old)
|
||||
add_subdirectory(3.3.3a_old)
|
||||
add_subdirectory(3.3.5a_old)
|
||||
|
||||
FILE(GLOB _SQL_UPDATES *.sql)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user