diff --git a/sql/updates/8770_world_areatrigger_scripts.sql b/sql/updates/3.3.3a_old/8770_world_areatrigger_scripts.sql similarity index 100% rename from sql/updates/8770_world_areatrigger_scripts.sql rename to sql/updates/3.3.3a_old/8770_world_areatrigger_scripts.sql diff --git a/sql/updates/8770_world_script_waypoints.sql b/sql/updates/3.3.3a_old/8770_world_script_waypoints.sql similarity index 100% rename from sql/updates/8770_world_script_waypoints.sql rename to sql/updates/3.3.3a_old/8770_world_script_waypoints.sql diff --git a/sql/updates/8770_world_scriptname.sql b/sql/updates/3.3.3a_old/8770_world_scriptname.sql similarity index 100% rename from sql/updates/8770_world_scriptname.sql rename to sql/updates/3.3.3a_old/8770_world_scriptname.sql diff --git a/sql/updates/8790_world_locales_item_set_names.sql b/sql/updates/3.3.3a_old/8790_world_locales_item_set_names.sql similarity index 100% rename from sql/updates/8790_world_locales_item_set_names.sql rename to sql/updates/3.3.3a_old/8790_world_locales_item_set_names.sql diff --git a/sql/updates/8816_world_spell_bonus_data.sql b/sql/updates/3.3.3a_old/8816_world_spell_bonus_data.sql similarity index 100% rename from sql/updates/8816_world_spell_bonus_data.sql rename to sql/updates/3.3.3a_old/8816_world_spell_bonus_data.sql diff --git a/sql/updates/8821_world_spell_dbc.sql b/sql/updates/3.3.3a_old/8821_world_spell_dbc.sql similarity index 100% rename from sql/updates/8821_world_spell_dbc.sql rename to sql/updates/3.3.3a_old/8821_world_spell_dbc.sql diff --git a/sql/updates/8836_world_spell_linked_spell.sql b/sql/updates/3.3.3a_old/8836_world_spell_linked_spell.sql similarity index 100% rename from sql/updates/8836_world_spell_linked_spell.sql rename to sql/updates/3.3.3a_old/8836_world_spell_linked_spell.sql diff --git a/sql/updates/8842_world_script_texts.sql b/sql/updates/3.3.3a_old/8842_world_script_texts.sql similarity index 100% rename from sql/updates/8842_world_script_texts.sql rename to sql/updates/3.3.3a_old/8842_world_script_texts.sql diff --git a/sql/updates/8842_world_scriptname.sql b/sql/updates/3.3.3a_old/8842_world_scriptname.sql similarity index 100% rename from sql/updates/8842_world_scriptname.sql rename to sql/updates/3.3.3a_old/8842_world_scriptname.sql diff --git a/sql/updates/8843_world_scriptname.sql b/sql/updates/3.3.3a_old/8843_world_scriptname.sql similarity index 100% rename from sql/updates/8843_world_scriptname.sql rename to sql/updates/3.3.3a_old/8843_world_scriptname.sql diff --git a/sql/updates/3.3.5a_old/CMakeLists.txt b/sql/updates/3.3.5a_old/CMakeLists.txt new file mode 100644 index 00000000000..63cb6eab23e --- /dev/null +++ b/sql/updates/3.3.5a_old/CMakeLists.txt @@ -0,0 +1,3 @@ +FILE(GLOB _SQL_335 *.sql) + +INSTALL(FILES ${_SQL_333} DESTINATION share/trinity/sql/updates/3.3.5a_old) diff --git a/sql/updates/3.3.5a_old/xxxx_realmd_realmlist.sql b/sql/updates/3.3.5a_old/xxxx_realmd_realmlist.sql new file mode 100644 index 00000000000..c6622d5ce1e --- /dev/null +++ b/sql/updates/3.3.5a_old/xxxx_realmd_realmlist.sql @@ -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'; + diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt index 0d2d6cd6bfa..fca7e740f90 100644 --- a/sql/updates/CMakeLists.txt +++ b/sql/updates/CMakeLists.txt @@ -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)