Browse Source

work

tags/v0.12.0^2
Shaun 1 year ago
parent
commit
d755aaacea
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/server/components/aggro.js

+ 1
- 1
src/server/components/aggro.js View File

@@ -414,7 +414,7 @@ module.exports = {

setAllAmounts: function (amount) {
this.list.forEach(l => {
l.amount = amount;
l.threat = amount;
});
}
};

Loading…
Cancel
Save