auto identify all items

This commit is contained in:
2024-06-15 18:42:49 -05:00
parent e4dbad2669
commit 683422f8a4
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -948,6 +948,7 @@ public class Item extends AbstractWorldObject {
}
public boolean isID() {
this.flags |= 1;
return ((this.flags & 1) > 0);
}
-1
View File
@@ -75,7 +75,6 @@ public class ItemBase {
private boolean isStrBased;
private ArrayList<Integer> animations = new ArrayList<>();
private ArrayList<Integer> offHandAnimations = new ArrayList<>();
private boolean autoID = true;
/**
* ResultSet Constructor