From 523c9239668819844966097bd82445863d89103f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 29 Mar 2015 12:00:44 +0300 Subject: Fix typo in packet name CMSG_MOVE_FROM_STORAGE. --- src/net/eathena/inventoryhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/eathena/inventoryhandler.cpp') 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; } -- cgit v1.2.3-60-g2f50