root/trunk/AE-go_GameServer/src/com/aionemu/gameserver/network/aion/clientpackets/CM_SPLIT_ITEM.java
| 993 | 1002 | ||
|---|---|---|---|
35 | { | 35 | { |
36 | sourceItemObjId = readD(); // drag item unique ID. If merging and itemCount becoming null, this item must be deleted. | 36 | sourceItemObjId = readD(); // drag item unique ID. If merging and itemCount becoming null, this item must be deleted. |
37 | itemAmount = readD(); // Items count to be moved. | 37 | itemAmount = readD(); // Items count to be moved. |
38 | @SuppressWarnings("unused") | ||
38 | byte[] zeros = readB(4); // Nothing | 39 | byte[] zeros = readB(4); // Nothing |
39 | sourceStorageType = readC(); // Source storage | 40 | sourceStorageType = readC(); // Source storage |
40 | destinationItemObjId = readD(); // Destination item unique ID if merging. Null if spliting. | 41 | destinationItemObjId = readD(); // Destination item unique ID if merging. Null if spliting. |
Download diff