Fixed rune effects not being applied when switching between classes.

Contributed by nasseka.
This commit is contained in:
MobiusDevelopment
2021-09-23 12:21:33 +00:00
parent bb648e3354
commit 62bcff8d76
21 changed files with 21 additions and 0 deletions

View File

@ -9902,6 +9902,7 @@ public class PlayerInstance extends Playable
restoreSkills();
rewardSkills();
regiveTemporarySkills();
getInventory().applyItemSkills();
// Prevents some issues when changing between subclases that shares skills
resetDisabledSkills();