forged items are persisted
This commit is contained in:
@@ -61,9 +61,9 @@ public class ItemProductionMsg extends ClientNetMsg {
|
||||
|
||||
;
|
||||
|
||||
public ItemProductionMsg(Building building, NPC vendor, Item item, int actionType, boolean add) {
|
||||
public ItemProductionMsg(Building building, NPC vendor, Item item, mbEnums.ProductionActionType actionType, boolean add) {
|
||||
super(Protocol.ITEMPRODUCTION);
|
||||
this.actionType = mbEnums.ProductionActionType.values()[actionType];
|
||||
this.actionType = actionType;
|
||||
this.size = 0;
|
||||
this.buildingUUID = building.getObjectUUID();
|
||||
this.npcUUID = vendor.getObjectUUID();
|
||||
|
||||
Reference in New Issue
Block a user