mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[12197] Revert "[12196] Update last Commit for Cataclysm"
This reverts commit e1fb05cd37350c65c91534a3b6c167f9772fb9ef.
This commit is contained in:
parent
af32f10843
commit
7637add86c
2 changed files with 2 additions and 3 deletions
|
|
@ -3242,9 +3242,8 @@ enum MaxLevel
|
|||
MAX_LEVEL_CLASSIC = 60,
|
||||
MAX_LEVEL_TBC = 70,
|
||||
MAX_LEVEL_WOTLK = 80,
|
||||
MAX_LEVEL_CATA = 85,
|
||||
};
|
||||
|
||||
static const MaxLevel maxLevelForExpansion[MAX_EXPANSION + 1] = { MAX_LEVEL_CLASSIC, MAX_LEVEL_TBC, MAX_LEVEL_WOTLK, MAX_LEVEL_CATA };
|
||||
static const MaxLevel maxLevelForExpansion[MAX_EXPANSION + 1] = { MAX_LEVEL_CLASSIC, MAX_LEVEL_TBC, MAX_LEVEL_WOTLK };
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12196"
|
||||
#define REVISION_NR "12197"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue