diff --git a/changelog.txt b/changelog.txt index 673f76e3e..955a0a2e8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,14 @@ +############################################ +# Deprecated +############################################ +# +# New changelog can be found here +# https://eqemu.gitbook.io/changelog/ +# +############################################ +# Deprecated +############################################ + EQEMu Changelog (Started on Sept 24, 2003 15:50) ------------------------------------------------------- == 8/16/2019 == diff --git a/common/version.h b/common/version.h index 5640a63fe..5cbae3bf6 100644 --- a/common/version.h +++ b/common/version.h @@ -31,7 +31,7 @@ */ -#define CURRENT_BINARY_DATABASE_VERSION 9142 +#define CURRENT_BINARY_DATABASE_VERSION 9143 #ifdef BOTS #define CURRENT_BINARY_BOTS_DATABASE_VERSION 9026 diff --git a/utils/sql/db_update_manifest.txt b/utils/sql/db_update_manifest.txt index a2035a7da..86ed07b07 100644 --- a/utils/sql/db_update_manifest.txt +++ b/utils/sql/db_update_manifest.txt @@ -396,6 +396,7 @@ 9140|2019_07_03_update_range.sql|SHOW COLUMNS FROM `zone` LIKE 'max_movement_update_range'|empty| 9141|2019_07_10_npc_flymode.sql|SHOW COLUMNS FROM `npc_types` LIKE 'flymode'|empty| 9142|2019_09_02_required_spawn_filter.sql|SHOW COLUMNS FROM `spawnentry` LIKE 'condition_value_filter'|empty| +9143|2019_09_16_account_table_changes.sql|SHOW COLUMNS FROM `account` LIKE 'ls_id'|empty| # Upgrade conditions: # This won't be needed after this system is implemented, but it is used database that are not diff --git a/utils/sql/git/required/2017_12_25_AccountTable.sql b/utils/sql/git/required/2019_09_16_account_table_changes.sql similarity index 100% rename from utils/sql/git/required/2017_12_25_AccountTable.sql rename to utils/sql/git/required/2019_09_16_account_table_changes.sql