Merge remote-tracking branch 'origin/sale-item-value' into post-wipe-merge

This commit is contained in:
2023-01-07 09:01:29 -05:00
@@ -1746,10 +1746,6 @@ boolean updateCity = false;
cost = sell.getBaseValue(); cost = sell.getBaseValue();
if (sell.isID())
cost = sell.getMagicValue();
float bargain = player.getBargain(); float bargain = player.getBargain();
float profit = npc.getBuyPercent(player) + bargain; float profit = npc.getBuyPercent(player) + bargain;