From a906e30931205943afebcfef79040f47389d9cc0 Mon Sep 17 00:00:00 2001 From: MagicBot Date: Wed, 24 Apr 2024 13:36:32 -0400 Subject: [PATCH] Setting containertype. --- src/engine/net/client/handlers/ItemProductionMsgHandler.java | 1 + 1 file changed, 1 insertion(+) 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