mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 00:01:28 +00:00
Fix after rebase
This commit is contained in:
parent
a012e01730
commit
c30ae140b0
@ -7248,7 +7248,7 @@ ALTER TABLE `sharedbank`
|
|||||||
.content_schema_update = false
|
.content_schema_update = false
|
||||||
},
|
},
|
||||||
ManifestEntry{
|
ManifestEntry{
|
||||||
.version = 9328,
|
.version = 9330,
|
||||||
.description = "2025_01_27_offline_account_status.sql",
|
.description = "2025_01_27_offline_account_status.sql",
|
||||||
.check = "SHOW COLUMNS FROM `account` LIKE 'offline'",
|
.check = "SHOW COLUMNS FROM `account` LIKE 'offline'",
|
||||||
.condition = "empty",
|
.condition = "empty",
|
||||||
|
|||||||
@ -42,7 +42,7 @@
|
|||||||
* Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt
|
* Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define CURRENT_BINARY_DATABASE_VERSION 9328
|
#define CURRENT_BINARY_DATABASE_VERSION 9330
|
||||||
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9054
|
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9054
|
||||||
#define CUSTOM_BINARY_DATABASE_VERSION 0
|
#define CUSTOM_BINARY_DATABASE_VERSION 0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user