mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-08 03:37:45 +00:00
Bump Expac and Player Level
This commit is contained in:
parent
41423b431a
commit
4c0087e09a
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ namespace Sapphire::Common
|
|||
const int32_t INVALID_GAME_OBJECT_ID = 0xE0000000;
|
||||
const uint64_t INVALID_GAME_OBJECT_ID64 = 0xE0000000;
|
||||
|
||||
const uint16_t MAX_PLAYER_LEVEL = 80;
|
||||
const uint8_t CURRENT_EXPANSION_ID = 3;
|
||||
const uint16_t MAX_PLAYER_LEVEL = 90;
|
||||
const uint8_t CURRENT_EXPANSION_ID = 4;
|
||||
|
||||
const uint8_t CLASSJOB_TOTAL = 38;
|
||||
const uint8_t CLASSJOB_SLOTS = 30;
|
||||
|
|
Loading…
Add table
Reference in a new issue