items auto ID

This commit is contained in:
2024-06-12 18:48:32 -05:00
parent 41c3193275
commit 8548612a80
2 changed files with 2 additions and 76 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ public final class MobLoot extends Item {
this.setNumOfItems(quantity);
this.noSteal = noSteal;
this.setIsID(this.getItemBase().isAutoID());
this.setIsID(true);
// Class is 'final'; passing 'this' should be okay at the end of the constructor