Added notification to subscribers when skills changed via item update

This commit is contained in:
Collin Smith 2020-01-18 19:19:15 -08:00
parent caef08f56a
commit 63c46de6bf

View File

@ -350,6 +350,7 @@ public class CharData implements ItemData.UpdateListener, Pool.Poolable {
// do nothing
}
}
notifySkillChanged(skills, chargedSkills);
}
public int getSkill(int skill) {