mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-01 02:14:32 +07:00
Added notification to subscribers when skills changed via item update
This commit is contained in:
parent
caef08f56a
commit
63c46de6bf
@ -350,6 +350,7 @@ public class CharData implements ItemData.UpdateListener, Pool.Poolable {
|
||||
// do nothing
|
||||
}
|
||||
}
|
||||
notifySkillChanged(skills, chargedSkills);
|
||||
}
|
||||
|
||||
public int getSkill(int skill) {
|
||||
|
Loading…
Reference in New Issue
Block a user