forked from 2009Scape/Server
Fixed bug with setting GE offer value
This commit is contained in:
parent
9e1e35e095
commit
59d634c840
1 changed files with 1 additions and 1 deletions
|
|
@ -378,7 +378,7 @@ public class GrandExchangeInterface extends ComponentPlugin {
|
|||
String s = value.toString();
|
||||
s = s.replace("k","000");
|
||||
s = s.replace("K","000");
|
||||
setOfferAmount(player, offer, Integer.parseInt(s));
|
||||
setOfferValue(player, offer, Integer.parseInt(s));
|
||||
return Unit.INSTANCE;
|
||||
});
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue