diff --git a/src/engine/net/client/handlers/ItemProductionMsgHandler.java b/src/engine/net/client/handlers/ItemProductionMsgHandler.java index 61657863..26237bf2 100644 --- a/src/engine/net/client/handlers/ItemProductionMsgHandler.java +++ b/src/engine/net/client/handlers/ItemProductionMsgHandler.java @@ -158,6 +158,7 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler { // Persist item and add to vendor inventory + virtualItem.containerType = mbEnums.ItemContainerType.INVENTORY; Item completedItem = DbManager.ItemQueries.PERSIST(virtualItem); // Apply Item effects for Prefix and Suffix tokens