From 7050d183afff3679f328e57a5073158bf6b6372d Mon Sep 17 00:00:00 2001 From: Appled <346848+Appled@users.noreply.github.com> Date: Mon, 24 May 2021 07:46:37 +0300 Subject: [PATCH] Rename updates directory --- .../20180331-00_build_creature_properties.sql | 0 {updates => old_updates}/20180331-01_world_db_version.sql | 0 .../20180331-02_build_player_xp_for_level.sql | 0 .../20180401-00_build_creature_properties.sql | 0 .../20180401-01_build_gameobject_properties.sql | 0 {updates => old_updates}/20180401-02_build_item_properties.sql | 0 {updates => old_updates}/20180401-03_build_quest_properties.sql | 0 {updates => old_updates}/20180401-04_build_map_info.sql | 0 {updates => old_updates}/20180402-00_build_playercreateinfo.sql | 0 {updates => old_updates}/20180403-00_build_totemdisplayids.sql | 0 {updates => old_updates}/20180403-01_staticspawns.sql | 0 {updates => old_updates}/20180403-02_spell_custom_override.sql | 0 {updates => old_updates}/20180404-00_build_creature_spawns.sql | 0 .../20180405-00_build_gameobject_spawns.sql | 0 {updates => old_updates}/20180416-00_playercreateinfo.sql | 0 {updates => old_updates}/20180417-00_playercreateinfo_misc.sql | 0 .../20180418-00_playercreateinfo_introid.sql | 0 .../20180418-01_playercreateinfo_faction.sql | 0 .../20180418-02_playercreateinfo_displayid.sql | 0 {updates => old_updates}/20180419-00_worgen_goblin_language.sql | 0 {updates => old_updates}/20180420-00_recall.sql | 0 {updates => old_updates}/20180420-01_event_properties.sql | 0 {updates => old_updates}/20180422-00_quest_properties.sql | 0 {updates => old_updates}/20180423-00_kezan_initiale_data.sql | 0 {updates => old_updates}/20180423-01_missing_properties.sql | 0 {updates => old_updates}/20180423-02_build_transports.sql | 0 {updates => old_updates}/20180424-00_quest_text_fix.sql | 0 {updates => old_updates}/20180427-00_world_db_version.sql | 0 .../20180501-00_build_creature_properties.sql | 0 {updates => old_updates}/20180501-01_creature_spawns.sql | 0 {updates => old_updates}/20180501-02_gameobject_spawns.sql | 0 {updates => old_updates}/20180619-01_misc_tbc.sql | 0 {updates => old_updates}/20180625-00_update_utf8.sql | 0 {updates => old_updates}/20191114-00_wordfilter.sql | 0 {updates => old_updates}/README.md | 2 +- 35 files changed, 1 insertion(+), 1 deletion(-) rename {updates => old_updates}/20180331-00_build_creature_properties.sql (100%) rename {updates => old_updates}/20180331-01_world_db_version.sql (100%) rename {updates => old_updates}/20180331-02_build_player_xp_for_level.sql (100%) rename {updates => old_updates}/20180401-00_build_creature_properties.sql (100%) rename {updates => old_updates}/20180401-01_build_gameobject_properties.sql (100%) rename {updates => old_updates}/20180401-02_build_item_properties.sql (100%) rename {updates => old_updates}/20180401-03_build_quest_properties.sql (100%) rename {updates => old_updates}/20180401-04_build_map_info.sql (100%) rename {updates => old_updates}/20180402-00_build_playercreateinfo.sql (100%) rename {updates => old_updates}/20180403-00_build_totemdisplayids.sql (100%) rename {updates => old_updates}/20180403-01_staticspawns.sql (100%) rename {updates => old_updates}/20180403-02_spell_custom_override.sql (100%) rename {updates => old_updates}/20180404-00_build_creature_spawns.sql (100%) rename {updates => old_updates}/20180405-00_build_gameobject_spawns.sql (100%) rename {updates => old_updates}/20180416-00_playercreateinfo.sql (100%) rename {updates => old_updates}/20180417-00_playercreateinfo_misc.sql (100%) rename {updates => old_updates}/20180418-00_playercreateinfo_introid.sql (100%) rename {updates => old_updates}/20180418-01_playercreateinfo_faction.sql (100%) rename {updates => old_updates}/20180418-02_playercreateinfo_displayid.sql (100%) rename {updates => old_updates}/20180419-00_worgen_goblin_language.sql (100%) rename {updates => old_updates}/20180420-00_recall.sql (100%) rename {updates => old_updates}/20180420-01_event_properties.sql (100%) rename {updates => old_updates}/20180422-00_quest_properties.sql (100%) rename {updates => old_updates}/20180423-00_kezan_initiale_data.sql (100%) rename {updates => old_updates}/20180423-01_missing_properties.sql (100%) rename {updates => old_updates}/20180423-02_build_transports.sql (100%) rename {updates => old_updates}/20180424-00_quest_text_fix.sql (100%) rename {updates => old_updates}/20180427-00_world_db_version.sql (100%) rename {updates => old_updates}/20180501-00_build_creature_properties.sql (100%) rename {updates => old_updates}/20180501-01_creature_spawns.sql (100%) rename {updates => old_updates}/20180501-02_gameobject_spawns.sql (100%) rename {updates => old_updates}/20180619-01_misc_tbc.sql (100%) rename {updates => old_updates}/20180625-00_update_utf8.sql (100%) rename {updates => old_updates}/20191114-00_wordfilter.sql (100%) rename {updates => old_updates}/README.md (77%) diff --git a/updates/20180331-00_build_creature_properties.sql b/old_updates/20180331-00_build_creature_properties.sql similarity index 100% rename from updates/20180331-00_build_creature_properties.sql rename to old_updates/20180331-00_build_creature_properties.sql diff --git a/updates/20180331-01_world_db_version.sql b/old_updates/20180331-01_world_db_version.sql similarity index 100% rename from updates/20180331-01_world_db_version.sql rename to old_updates/20180331-01_world_db_version.sql diff --git a/updates/20180331-02_build_player_xp_for_level.sql b/old_updates/20180331-02_build_player_xp_for_level.sql similarity index 100% rename from updates/20180331-02_build_player_xp_for_level.sql rename to old_updates/20180331-02_build_player_xp_for_level.sql diff --git a/updates/20180401-00_build_creature_properties.sql b/old_updates/20180401-00_build_creature_properties.sql similarity index 100% rename from updates/20180401-00_build_creature_properties.sql rename to old_updates/20180401-00_build_creature_properties.sql diff --git a/updates/20180401-01_build_gameobject_properties.sql b/old_updates/20180401-01_build_gameobject_properties.sql similarity index 100% rename from updates/20180401-01_build_gameobject_properties.sql rename to old_updates/20180401-01_build_gameobject_properties.sql diff --git a/updates/20180401-02_build_item_properties.sql b/old_updates/20180401-02_build_item_properties.sql similarity index 100% rename from updates/20180401-02_build_item_properties.sql rename to old_updates/20180401-02_build_item_properties.sql diff --git a/updates/20180401-03_build_quest_properties.sql b/old_updates/20180401-03_build_quest_properties.sql similarity index 100% rename from updates/20180401-03_build_quest_properties.sql rename to old_updates/20180401-03_build_quest_properties.sql diff --git a/updates/20180401-04_build_map_info.sql b/old_updates/20180401-04_build_map_info.sql similarity index 100% rename from updates/20180401-04_build_map_info.sql rename to old_updates/20180401-04_build_map_info.sql diff --git a/updates/20180402-00_build_playercreateinfo.sql b/old_updates/20180402-00_build_playercreateinfo.sql similarity index 100% rename from updates/20180402-00_build_playercreateinfo.sql rename to old_updates/20180402-00_build_playercreateinfo.sql diff --git a/updates/20180403-00_build_totemdisplayids.sql b/old_updates/20180403-00_build_totemdisplayids.sql similarity index 100% rename from updates/20180403-00_build_totemdisplayids.sql rename to old_updates/20180403-00_build_totemdisplayids.sql diff --git a/updates/20180403-01_staticspawns.sql b/old_updates/20180403-01_staticspawns.sql similarity index 100% rename from updates/20180403-01_staticspawns.sql rename to old_updates/20180403-01_staticspawns.sql diff --git a/updates/20180403-02_spell_custom_override.sql b/old_updates/20180403-02_spell_custom_override.sql similarity index 100% rename from updates/20180403-02_spell_custom_override.sql rename to old_updates/20180403-02_spell_custom_override.sql diff --git a/updates/20180404-00_build_creature_spawns.sql b/old_updates/20180404-00_build_creature_spawns.sql similarity index 100% rename from updates/20180404-00_build_creature_spawns.sql rename to old_updates/20180404-00_build_creature_spawns.sql diff --git a/updates/20180405-00_build_gameobject_spawns.sql b/old_updates/20180405-00_build_gameobject_spawns.sql similarity index 100% rename from updates/20180405-00_build_gameobject_spawns.sql rename to old_updates/20180405-00_build_gameobject_spawns.sql diff --git a/updates/20180416-00_playercreateinfo.sql b/old_updates/20180416-00_playercreateinfo.sql similarity index 100% rename from updates/20180416-00_playercreateinfo.sql rename to old_updates/20180416-00_playercreateinfo.sql diff --git a/updates/20180417-00_playercreateinfo_misc.sql b/old_updates/20180417-00_playercreateinfo_misc.sql similarity index 100% rename from updates/20180417-00_playercreateinfo_misc.sql rename to old_updates/20180417-00_playercreateinfo_misc.sql diff --git a/updates/20180418-00_playercreateinfo_introid.sql b/old_updates/20180418-00_playercreateinfo_introid.sql similarity index 100% rename from updates/20180418-00_playercreateinfo_introid.sql rename to old_updates/20180418-00_playercreateinfo_introid.sql diff --git a/updates/20180418-01_playercreateinfo_faction.sql b/old_updates/20180418-01_playercreateinfo_faction.sql similarity index 100% rename from updates/20180418-01_playercreateinfo_faction.sql rename to old_updates/20180418-01_playercreateinfo_faction.sql diff --git a/updates/20180418-02_playercreateinfo_displayid.sql b/old_updates/20180418-02_playercreateinfo_displayid.sql similarity index 100% rename from updates/20180418-02_playercreateinfo_displayid.sql rename to old_updates/20180418-02_playercreateinfo_displayid.sql diff --git a/updates/20180419-00_worgen_goblin_language.sql b/old_updates/20180419-00_worgen_goblin_language.sql similarity index 100% rename from updates/20180419-00_worgen_goblin_language.sql rename to old_updates/20180419-00_worgen_goblin_language.sql diff --git a/updates/20180420-00_recall.sql b/old_updates/20180420-00_recall.sql similarity index 100% rename from updates/20180420-00_recall.sql rename to old_updates/20180420-00_recall.sql diff --git a/updates/20180420-01_event_properties.sql b/old_updates/20180420-01_event_properties.sql similarity index 100% rename from updates/20180420-01_event_properties.sql rename to old_updates/20180420-01_event_properties.sql diff --git a/updates/20180422-00_quest_properties.sql b/old_updates/20180422-00_quest_properties.sql similarity index 100% rename from updates/20180422-00_quest_properties.sql rename to old_updates/20180422-00_quest_properties.sql diff --git a/updates/20180423-00_kezan_initiale_data.sql b/old_updates/20180423-00_kezan_initiale_data.sql similarity index 100% rename from updates/20180423-00_kezan_initiale_data.sql rename to old_updates/20180423-00_kezan_initiale_data.sql diff --git a/updates/20180423-01_missing_properties.sql b/old_updates/20180423-01_missing_properties.sql similarity index 100% rename from updates/20180423-01_missing_properties.sql rename to old_updates/20180423-01_missing_properties.sql diff --git a/updates/20180423-02_build_transports.sql b/old_updates/20180423-02_build_transports.sql similarity index 100% rename from updates/20180423-02_build_transports.sql rename to old_updates/20180423-02_build_transports.sql diff --git a/updates/20180424-00_quest_text_fix.sql b/old_updates/20180424-00_quest_text_fix.sql similarity index 100% rename from updates/20180424-00_quest_text_fix.sql rename to old_updates/20180424-00_quest_text_fix.sql diff --git a/updates/20180427-00_world_db_version.sql b/old_updates/20180427-00_world_db_version.sql similarity index 100% rename from updates/20180427-00_world_db_version.sql rename to old_updates/20180427-00_world_db_version.sql diff --git a/updates/20180501-00_build_creature_properties.sql b/old_updates/20180501-00_build_creature_properties.sql similarity index 100% rename from updates/20180501-00_build_creature_properties.sql rename to old_updates/20180501-00_build_creature_properties.sql diff --git a/updates/20180501-01_creature_spawns.sql b/old_updates/20180501-01_creature_spawns.sql similarity index 100% rename from updates/20180501-01_creature_spawns.sql rename to old_updates/20180501-01_creature_spawns.sql diff --git a/updates/20180501-02_gameobject_spawns.sql b/old_updates/20180501-02_gameobject_spawns.sql similarity index 100% rename from updates/20180501-02_gameobject_spawns.sql rename to old_updates/20180501-02_gameobject_spawns.sql diff --git a/updates/20180619-01_misc_tbc.sql b/old_updates/20180619-01_misc_tbc.sql similarity index 100% rename from updates/20180619-01_misc_tbc.sql rename to old_updates/20180619-01_misc_tbc.sql diff --git a/updates/20180625-00_update_utf8.sql b/old_updates/20180625-00_update_utf8.sql similarity index 100% rename from updates/20180625-00_update_utf8.sql rename to old_updates/20180625-00_update_utf8.sql diff --git a/updates/20191114-00_wordfilter.sql b/old_updates/20191114-00_wordfilter.sql similarity index 100% rename from updates/20191114-00_wordfilter.sql rename to old_updates/20191114-00_wordfilter.sql diff --git a/updates/README.md b/old_updates/README.md similarity index 77% rename from updates/README.md rename to old_updates/README.md index dd4a5bd..d46ec9f 100644 --- a/updates/README.md +++ b/old_updates/README.md @@ -1,3 +1,3 @@ -# Updates +# Archived updates If you are using the latest Full_DB you will have all updates.