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/tmwa/inventoryhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/tmwa/inventoryhandler.cpp') diff --git a/src/net/tmwa/inventoryhandler.cpp b/src/net/tmwa/inventoryhandler.cpp index 962eed43c..7fedc5574 100644 --- a/src/net/tmwa/inventoryhandler.cpp +++ b/src/net/tmwa/inventoryhandler.cpp @@ -234,7 +234,7 @@ void InventoryHandler::moveItem2(const int source, const int slot, else if (source == InventoryType::STORAGE && destination == InventoryType::INVENTORY) { - createOutPacket(CSMG_MOVE_FROM_STORAGE); + createOutPacket(CMSG_MOVE_FROM_STORAGE); outMsg.writeInt16(static_cast(slot + STORAGE_OFFSET), "index"); outMsg.writeInt32(amount, "amount"); -- cgit v1.2.3-60-g2f50