RequestPrivateStoreSell improvement.
Contributed by rocknowx.
This commit is contained in:
@@ -61,9 +61,10 @@ public final class RequestPrivateStoreSell extends L2GameClientPacket
|
|||||||
readH(); // TODO analyse this
|
readH(); // TODO analyse this
|
||||||
long cnt = readQ();
|
long cnt = readQ();
|
||||||
long price = readQ();
|
long price = readQ();
|
||||||
|
readD(); // TODO analyse this
|
||||||
readH(); // 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;
|
_items = null;
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user