Resource Merchant
This commit is contained in:
@@ -1407,6 +1407,9 @@ public class ClientMessagePump implements NetMsgHandler {
|
||||
return;
|
||||
}
|
||||
int cost = me.getMagicValue();
|
||||
int resourceCost = Warehouse.getCostForResource(me.getItemBase().getUUID());
|
||||
if(resourceCost != 0)
|
||||
cost = resourceCost;
|
||||
|
||||
float bargain = sourcePlayer.getBargain();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user