Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-Chara committed Feb 19, 2024
1 parent ffea1b0 commit a5c47e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/server/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ void CPlayer::Tick()
{
m_AccData.m_Money++;
m_AccData.m_Exp -= ExpNeedToNextLvl();
m_AccData.m_Level += m_AccData.m_Level / 4;
m_AccData.m_Level++;
if (m_AccData.m_Exp < m_AccData.m_Level)
{
if (m_AccData.m_UserID)
Expand Down

0 comments on commit a5c47e5

Please sign in to comment.