Browse Source

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

master
MagicBot 2 years ago
parent
commit
78be9bfd4f
  1. 4
      src/engine/net/client/ClientMessagePump.java

4
src/engine/net/client/ClientMessagePump.java

@ -1746,10 +1746,6 @@ boolean updateCity = false; @@ -1746,10 +1746,6 @@ boolean updateCity = false;
cost = sell.getBaseValue();
if (sell.isID())
cost = sell.getMagicValue();
float bargain = player.getBargain();
float profit = npc.getBuyPercent(player) + bargain;

Loading…
Cancel
Save