Browse Source

Temporary fix for people having too many quest items by allowing you to destroy them

tags/v0.1.2
Big Bad Waffle 7 years ago
parent
commit
c8af5cd0ce
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/server/combat/combat.js

+ 0
- 2
src/server/combat/combat.js View File

@@ -58,8 +58,6 @@ define([
}
}

amount *= 1000;

return {
amount: amount,
crit: isCrit,


Loading…
Cancel
Save