From 4c0087e09a6648ee61d53048177ec25d64996574 Mon Sep 17 00:00:00 2001 From: Maple Date: Thu, 26 Jan 2023 03:11:50 -0300 Subject: [PATCH] Bump Expac and Player Level --- src/common/Common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/Common.h b/src/common/Common.h index 8f9c258b..66b142a6 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -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;