auto identify all items
This commit is contained in:
@@ -948,6 +948,7 @@ public class Item extends AbstractWorldObject {
|
||||
}
|
||||
|
||||
public boolean isID() {
|
||||
this.flags |= 1;
|
||||
return ((this.flags & 1) > 0);
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user