From a2992f3ca0f70a655ecea36ff616bbceb2838f52 Mon Sep 17 00:00:00 2001 From: SoWeBegin <36608065+SoWeBegin@users.noreply.github.com> Date: Fri, 31 Oct 2025 20:36:42 +0100 Subject: [PATCH] Increased max MP/EXP per match --- Common/include/Utils/Constants.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/include/Utils/Constants.h b/Common/include/Utils/Constants.h index 0655778b..0c9ec7bd 100644 --- a/Common/include/Utils/Constants.h +++ b/Common/include/Utils/Constants.h @@ -45,7 +45,7 @@ namespace Common constexpr inline std::uint32_t clanRoomNumberStart = 151; constexpr inline std::uint16_t matchBaseExp = 80; constexpr inline std::uint16_t matchBaseMp = 150; - constexpr inline std::uint16_t maxExpAndMpPerMatch = 2000; + constexpr inline std::uint16_t maxExpAndMpPerMatch = 4000; constexpr inline std::uint16_t clanBaseContribution = 100; constexpr inline std::uint32_t goldLevelBox = 5336571; constexpr inline std::uint32_t silverLevelBox = 5336570; @@ -58,4 +58,4 @@ namespace Common inline std::string teamString = "Team"; } } -#endif \ No newline at end of file +#endif