forked from 2009Scape/Server
Fixed bug where combat level didn't update after leveling a combat skill
This commit is contained in:
parent
aab37414c3
commit
2f234cc589
1 changed files with 1 additions and 0 deletions
|
|
@ -280,6 +280,7 @@ public final class Skills {
|
|||
if (entity instanceof Player) {
|
||||
player.updateAppearance();
|
||||
LevelUp.levelup(player, slot, amount);
|
||||
updateCombatLevel();
|
||||
}
|
||||
}
|
||||
if (entity instanceof Player) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue