summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/inventoryhandler.cpp')
-rw-r--r--src/net/eathena/inventoryhandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/inventoryhandler.cpp b/src/net/eathena/inventoryhandler.cpp
index 5c6e641a9..062587996 100644
--- a/src/net/eathena/inventoryhandler.cpp
+++ b/src/net/eathena/inventoryhandler.cpp
@@ -476,6 +476,7 @@ void InventoryHandler::moveItem2(const InventoryTypeT source,
packet = CMSG_MOVE_FROM_CART_TO_STORAGE;
}
+ // for packetVersion < 20101124 need use other packet offset
if (packet)
{
createOutPacket(packet);