RequestPrivateStoreSell improvement.

Contributed by rocknowx.
This commit is contained in:
MobiusDev 2015-11-24 12:26:48 +00:00
parent 1e86c7c6d9
commit 6734652804

View File

@ -61,9 +61,10 @@ public final class RequestPrivateStoreSell extends L2GameClientPacket
readH(); // TODO analyse this
long cnt = readQ();
long price = readQ();
readD(); // TODO analyse this
readH(); // TODO analyse this
if ((objectId < 1) || (itemId < 1) || (cnt < 1) || (price < 0))
if ((itemId < 1) || (cnt < 1) || (price < 0))
{
_items = null;
return;