This commit is contained in:
2024-04-22 19:58:46 -05:00
parent e4c4643678
commit 3378272a19
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ public class Item extends AbstractWorldObject {
private short durabilityCurrent;
private byte chargesRemaining;
private byte equipSlot;
private boolean canDestroy;
public boolean canDestroy;
private boolean rentable;
private boolean isRandom = false;
private int value;