recalc magic value
This commit is contained in:
@@ -991,7 +991,7 @@ public class Item extends AbstractWorldObject {
|
||||
this.effectNames.add(enchantID);
|
||||
}
|
||||
|
||||
protected int calcMagicValue() {
|
||||
public int calcMagicValue() {
|
||||
int ret = 0;
|
||||
for (String enchant : this.effectNames) {
|
||||
ret += Item.getEnchantValue(enchant + 'A');
|
||||
|
||||
Reference in New Issue
Block a user