Skip to content

Commit

Permalink
[DbDocs] The Big DB documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1arm committed Jan 13, 2019
1 parent bfdbdb3 commit a91bd6a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/shared/revision.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@

#ifndef MANGOS_H_REVISION
#define MANGOS_H_REVISION
#define REVISION_NR "2109001"
#define REVISION_NR "2110002"

#define REALMD_DB_VERSION_NR 21
#define REALMD_DB_STRUCTURE_NR 1
#define REALMD_DB_CONTENT_NR 4
#define REALMD_DB_UPDATE_DESCRIPTION "Remove dbDocs"
#define REALMD_DB_STRUCTURE_NR 2
#define REALMD_DB_CONTENT_NR 001
#define REALMD_DB_UPDATE_DESCRIPTION "Add_Field_Comments"

#define CHAR_DB_VERSION_NR 21
#define CHAR_DB_STRUCTURE_NR 2
#define CHAR_DB_CONTENT_NR 3
#define CHAR_DB_UPDATE_DESCRIPTION "Remove dbDocs"
#define CHAR_DB_STRUCTURE_NR 3
#define CHAR_DB_CONTENT_NR 001
#define CHAR_DB_UPDATE_DESCRIPTION "Add_Field_Comments"

#define WORLD_DB_VERSION_NR 21
#define WORLD_DB_STRUCTURE_NR 9
#define WORLD_DB_CONTENT_NR 1
#define WORLD_DB_UPDATE_DESCRIPTION "Add_Disables_table"
#define WORLD_DB_STRUCTURE_NR 10
#define WORLD_DB_CONTENT_NR 002
#define WORLD_DB_UPDATE_DESCRIPTION "Add_Field_Comments_pt2"
#endif // __REVISION_H__

0 comments on commit a91bd6a

Please sign in to comment.