summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-29 12:00:44 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-29 12:00:44 +0300
commit523c9239668819844966097bd82445863d89103f (patch)
tree36302098c08aa324a03dd8311edc11b0ac1bfbd9 /src/net/eathena/protocol.h
parente54f285078ef704950648829d50cef7a9265e9fd (diff)
downloadplus-523c9239668819844966097bd82445863d89103f.tar.gz
plus-523c9239668819844966097bd82445863d89103f.tar.bz2
plus-523c9239668819844966097bd82445863d89103f.tar.xz
plus-523c9239668819844966097bd82445863d89103f.zip
Fix typo in packet name CMSG_MOVE_FROM_STORAGE.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r--src/net/eathena/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h
index cfe8927d4..d290e3a20 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -557,7 +557,7 @@
#define CMSG_PARTY_ALLOW_INVITES 0x02c8
#define CMSG_MOVE_TO_STORAGE 0x07ec /** Move item to storage */
-#define CSMG_MOVE_FROM_STORAGE 0x085b /** Remove item from storage */
+#define CMSG_MOVE_FROM_STORAGE 0x085b /** Remove item from storage */
#define CMSG_CLOSE_STORAGE 0x0193 /** Request storage close */
#define CMSG_MOVE_TO_CART 0x0126