mirror of
https://github.com/mangosfour/server.git
synced 2026-01-02 01:37:05 +00:00
[DB] Set min db levels
This commit is contained in:
parent
35e3e59a08
commit
86ddfb4ced
1 changed files with 6 additions and 6 deletions
|
|
@ -28,16 +28,16 @@
|
|||
|
||||
#define REALMD_DB_VERSION_NR 21
|
||||
#define REALMD_DB_STRUCTURE_NR 1
|
||||
#define REALMD_DB_CONTENT_NR 2
|
||||
#define REALMD_DB_UPDATE_DESCRIPTION "dbdocs update"
|
||||
#define REALMD_DB_CONTENT_NR 3
|
||||
#define REALMD_DB_UPDATE_DESCRIPTION "Remove field from dbDocs"
|
||||
|
||||
#define CHAR_DB_VERSION_NR 21
|
||||
#define CHAR_DB_STRUCTURE_NR 2
|
||||
#define CHAR_DB_CONTENT_NR 2
|
||||
#define CHAR_DB_UPDATE_DESCRIPTION "match_client_limits"
|
||||
#define CHAR_DB_UPDATE_DESCRIPTION "Remove field from dbDocs"
|
||||
|
||||
#define WORLD_DB_VERSION_NR 21
|
||||
#define WORLD_DB_STRUCTURE_NR 4
|
||||
#define WORLD_DB_CONTENT_NR 8
|
||||
#define WORLD_DB_UPDATE_DESCRIPTION "start up error fixes"
|
||||
#define WORLD_DB_STRUCTURE_NR 04
|
||||
#define WORLD_DB_CONTENT_NR 08
|
||||
#define WORLD_DB_UPDATE_DESCRIPTION "NPC text corrections"
|
||||
#endif // __REVISION_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue