Browse Source

Setting containertype.

combat-2
MagicBot 7 months ago
parent
commit
a906e30931
  1. 1
      src/engine/net/client/handlers/ItemProductionMsgHandler.java

1
src/engine/net/client/handlers/ItemProductionMsgHandler.java

@ -158,6 +158,7 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler { @@ -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

Loading…
Cancel
Save