forked from MagicBane/Server
Item flags refactored
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user