mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 15:27:30 +07:00
op stats now add with agg stats
This commit is contained in:
@ -82,6 +82,7 @@ public final class AttributesUpdater {
|
||||
if (op > 0) {
|
||||
if (log.traceEnabled()) log.trace("Applying stat({}) op({})", stat.debugString(), op);
|
||||
op(agg, it, opBase, charStats, stat);
|
||||
agg.add(stat);
|
||||
} else if (base.contains(stat)) {
|
||||
if (log.traceEnabled()) log.trace("Aggregating stat({})", stat.debugString());
|
||||
agg.add(stat);
|
||||
|
Reference in New Issue
Block a user