Increased multisell buy limit to 10000.
Contributed by Sahar.
This commit is contained in:
parent
a3737ec171
commit
9b3c98a2e4
@ -103,7 +103,7 @@ public class MultiSellChoose implements IClientIncomingPacket
|
||||
return;
|
||||
}
|
||||
|
||||
if ((_amount < 1) || (_amount > 5000))
|
||||
if ((_amount < 1) || (_amount > 10000))
|
||||
{
|
||||
player.setMultiSell(null);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user