diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-23 01:47:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-23 01:47:45 +0300 |
commit | c21d7f9229d7d450012a8cd3b197c0f4432bfb7a (patch) | |
tree | 364b8f0571cbce3490b70fc2a2e363ab39ad72a2 /src/net/eathena/protocol.h | |
parent | 08fd4bc94a6b8b9a355179118d85dcf8258d619d (diff) | |
download | mv-c21d7f9229d7d450012a8cd3b197c0f4432bfb7a.tar.gz mv-c21d7f9229d7d450012a8cd3b197c0f4432bfb7a.tar.bz2 mv-c21d7f9229d7d450012a8cd3b197c0f4432bfb7a.tar.xz mv-c21d7f9229d7d450012a8cd3b197c0f4432bfb7a.zip |
eathena: add partial support for packet SMSG_CART_INFO 0x0121.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 384ea8e3e..8e2aee5c2 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -327,6 +327,7 @@ #define SMSG_MAP_MUSIC 0x0b05 +#define SMSG_CART_INFO 0x0121 /********************************** * Packets from client to server * |