forked from MagicBane/Server
prospector cost reduced to 500k on disc merchant
This commit is contained in:
@@ -1444,6 +1444,8 @@ public class ClientMessagePump implements NetMsgHandler {
|
||||
return;
|
||||
}
|
||||
int cost = me.magicValue;
|
||||
if(npc.getContractID() == 1201 && me.getItemBase().getName().equals("Prospector"))
|
||||
cost = 50;
|
||||
int resourceCost = Warehouse.getCostForResource(me.getItemBase().getUUID());
|
||||
if (resourceCost != 0)
|
||||
cost = resourceCost;
|
||||
|
||||
Reference in New Issue
Block a user