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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/inventoryhandler.cpp b/src/net/eathena/inventoryhandler.cpp
index 9de9d2141..278ca03bb 100644
--- a/src/net/eathena/inventoryhandler.cpp
+++ b/src/net/eathena/inventoryhandler.cpp
@@ -366,7 +366,7 @@ void InventoryHandler::moveItem2(const int source,
{
offset = STORAGE_OFFSET;
if (destination == InventoryType::INVENTORY)
- packet = CSMG_MOVE_FROM_STORAGE;
+ packet = CMSG_MOVE_FROM_STORAGE;
else if (destination == InventoryType::CART)
packet = CMSG_MOVE_FROM_STORAGE_TO_CART;
}