Fixed bug where combat level didn't update after leveling a combat skill
This commit is contained in:
@@ -280,6 +280,7 @@ public final class Skills {
|
||||
if (entity instanceof Player) {
|
||||
player.updateAppearance();
|
||||
LevelUp.levelup(player, slot, amount);
|
||||
updateCombatLevel();
|
||||
}
|
||||
}
|
||||
if (entity instanceof Player) {
|
||||
|
||||
Reference in New Issue
Block a user