mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
Update version field
This commit is contained in:
@@ -7100,6 +7100,7 @@ ALTER TABLE `npc_types`
|
|||||||
.content_schema_update = true
|
.content_schema_update = true
|
||||||
},
|
},
|
||||||
ManifestEntry{
|
ManifestEntry{
|
||||||
|
.version = 9323,
|
||||||
.description = "2025_04_16_character_data_first_login.sql",
|
.description = "2025_04_16_character_data_first_login.sql",
|
||||||
.check = "SHOW COLUMNS FROM `character_data` LIKE 'first_login'",
|
.check = "SHOW COLUMNS FROM `character_data` LIKE 'first_login'",
|
||||||
.condition = "empty",
|
.condition = "empty",
|
||||||
|
|||||||
+1
-1
@@ -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 9322
|
#define CURRENT_BINARY_DATABASE_VERSION 9323
|
||||||
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9054
|
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9054
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user