|
|
@ -210,7 +210,7 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
targetItem.setValue(itemPrice); |
|
|
|
targetItem.setValue(itemPrice); |
|
|
|
targetItem.magicValue = targetItem.value + targetItem.calcMagicValue(); |
|
|
|
targetItem.magicValue = targetItem.value; |
|
|
|
|
|
|
|
|
|
|
|
outMsg = new ItemProductionMsg(vendor.getBuilding(), vendor, targetItem, mbEnums.ProductionActionType.DEPOSIT, true); |
|
|
|
outMsg = new ItemProductionMsg(vendor.getBuilding(), vendor, targetItem, mbEnums.ProductionActionType.DEPOSIT, true); |
|
|
|
dispatch = Dispatch.borrow(player, outMsg); |
|
|
|
dispatch = Dispatch.borrow(player, outMsg); |
|
|
|