Item flags refactored

This commit is contained in:
2024-03-22 13:03:47 -04:00
parent f01fb6f848
commit eca71fa685
7 changed files with 45 additions and 46 deletions
-1
View File
@@ -116,7 +116,6 @@ public final class MobLoot extends Item {
item.setOwner(looter);
item.containerType = Enum.ItemContainerType.INVENTORY;
item.setValue(0);
item.setIsID(this.isID());
if (this.getNumOfItems() > 1)
item.setNumOfItems(this.getNumOfItems());