runey work > profit slider

This commit is contained in:
2024-02-18 16:14:42 -06:00
parent 88123ad99a
commit 7de9bdbbe4
+2 -1
View File
@@ -1404,6 +1404,8 @@ public class ClientMessagePump implements NetMsgHandler {
return;
int cost = me.getMagicValue();
if(me.getItemBase().isStatRune())
cost = 10000000;
float bargain = sourcePlayer.getBargain();
@@ -1415,7 +1417,6 @@ public class ClientMessagePump implements NetMsgHandler {
cost *= profit;
if (gold.getNumOfItems() - cost < 0) {
//dont' have enough goldItem exit!
// chatMan.chatSystemInfo(pc, "" + "You dont have enough gold.");