v2.3.0: fixed remains items being upgradeable
This commit is contained in:
+5
@@ -66,6 +66,11 @@ public abstract class RemainsItem extends Item {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isUpgradable() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int value() {
|
||||
return 50;
|
||||
|
||||
Reference in New Issue
Block a user