mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
Revert "Remove Remnants of Two obsolete tables: npc_trainer_template & npc_vendor_template"
This reverts commit cb7be30594e6985aea1521a174364319fb029d69. NOTE: This proves that the code / db notes can't be trusted
This commit is contained in:
parent
3d25dcc44a
commit
6d62bc6101
6 changed files with 88 additions and 8 deletions
|
|
@ -28,16 +28,16 @@
|
|||
|
||||
#define REALMD_DB_VERSION_NR 21
|
||||
#define REALMD_DB_STRUCTURE_NR 1
|
||||
#define REALMD_DB_CONTENT_NR 3
|
||||
#define REALMD_DB_UPDATE_DESCRIPTION "Remove field from dbDocs"
|
||||
#define REALMD_DB_CONTENT_NR 4
|
||||
#define REALMD_DB_UPDATE_DESCRIPTION "Remove dbDocs"
|
||||
|
||||
#define CHAR_DB_VERSION_NR 21
|
||||
#define CHAR_DB_STRUCTURE_NR 3
|
||||
#define CHAR_DB_CONTENT_NR 1
|
||||
#define CHAR_DB_UPDATE_DESCRIPTION "characters_pvpstats"
|
||||
#define CHAR_DB_CONTENT_NR 2
|
||||
#define CHAR_DB_UPDATE_DESCRIPTION "Remove DbDocs"
|
||||
|
||||
#define WORLD_DB_VERSION_NR 21
|
||||
#define WORLD_DB_STRUCTURE_NR 7
|
||||
#define WORLD_DB_CONTENT_NR 8
|
||||
#define WORLD_DB_UPDATE_DESCRIPTION "kodo_roundup_tidyup"
|
||||
#define WORLD_DB_STRUCTURE_NR 8
|
||||
#define WORLD_DB_CONTENT_NR 1
|
||||
#define WORLD_DB_UPDATE_DESCRIPTION "force_version_change"
|
||||
#endif // __REVISION_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue