Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
celguar committed Apr 15, 2024
1 parent 6310476 commit 5f8be59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/game/Entities/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2806,6 +2806,10 @@ void Player::GiveLevel(uint32 level)

// resend quests status directly
GetSession()->SetCurrentPlayerLevel(level);

#ifdef ENABLE_MODULES
sModuleMgr.OnGiveLevel(this, level);
#endif
}

void Player::UpdateFreeTalentPoints(bool resetIfNeed)
Expand Down

0 comments on commit 5f8be59

Please sign in to comment.