mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
Implement quest_relations table. Based on work by @Hozen
This commit is contained in:
parent
25fac44c28
commit
a479a2ccc5
5 changed files with 44 additions and 31 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#ifndef MANGOS_H_REVISION
|
||||
#define MANGOS_H_REVISION
|
||||
#define REVISION_NR "210708"
|
||||
#define REVISION_NR "2109001"
|
||||
|
||||
#define REALMD_DB_VERSION_NR 21
|
||||
#define REALMD_DB_STRUCTURE_NR 1
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
#define CHAR_DB_UPDATE_DESCRIPTION "Remove DbDocs"
|
||||
|
||||
#define WORLD_DB_VERSION_NR 21
|
||||
#define WORLD_DB_STRUCTURE_NR 8
|
||||
#define WORLD_DB_STRUCTURE_NR 9
|
||||
#define WORLD_DB_CONTENT_NR 1
|
||||
#define WORLD_DB_UPDATE_DESCRIPTION "force_version_change"
|
||||
#define WORLD_DB_UPDATE_DESCRIPTION "quest_relations"
|
||||
#endif // __REVISION_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue