Merge pull request #2993 from BickusDiggus/fix-boosted-skills

fix boosted skills
This commit is contained in:
ThatGamerBlue
2021-05-23 19:45:34 +01:00
committed by GitHub

View File

@@ -1049,7 +1049,7 @@ public abstract class RSClientMixin implements RSClient
} }
} }
@FieldHook("currentLevels") @FieldHook("changedSkills")
@Inject @Inject
public static void boostedSkillLevelsChanged(int idx) public static void boostedSkillLevelsChanged(int idx)
{ {