Skip to content

Commit

Permalink
Update player.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jprzimba committed Jan 2, 2025
1 parent ea0c9c9 commit 857bdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/creatures/players/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3741,7 +3741,7 @@ void Player::sendToRook() {
health = healthMax = 150;
experience = levelPercent = magLevel = magLevelPercent = manaSpent = mana = manaMax = bankBalance = 0;
defaultOutfit.lookAddons = defaultOutfit.lookMount = 0;
;

if (level > 1) {
experience = Player::getExpForLevel(level);
}
Expand Down

0 comments on commit 857bdc8

Please sign in to comment.