diff --git a/src/engine/net/client/handlers/ItemProductionMsgHandler.java b/src/engine/net/client/handlers/ItemProductionMsgHandler.java index 6b5c2980..f028efc3 100644 --- a/src/engine/net/client/handlers/ItemProductionMsgHandler.java +++ b/src/engine/net/client/handlers/ItemProductionMsgHandler.java @@ -210,7 +210,7 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler { } targetItem.setValue(itemPrice); - targetItem.magicValue = targetItem.value + targetItem.calcMagicValue(); + targetItem.magicValue = targetItem.value; outMsg = new ItemProductionMsg(vendor.getBuilding(), vendor, targetItem, mbEnums.ProductionActionType.DEPOSIT, true); dispatch = Dispatch.borrow(player, outMsg);