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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user