diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-23 01:53:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-23 01:53:43 +0300 |
commit | a5a533750353cc05e91211a4dfec4e7dd020d7ac (patch) | |
tree | 1c69608fe974dd773d012f50cb5430520bea7315 /src/net/eathena/protocol.h | |
parent | c21d7f9229d7d450012a8cd3b197c0f4432bfb7a (diff) | |
download | manaverse-a5a533750353cc05e91211a4dfec4e7dd020d7ac.tar.gz manaverse-a5a533750353cc05e91211a4dfec4e7dd020d7ac.tar.bz2 manaverse-a5a533750353cc05e91211a4dfec4e7dd020d7ac.tar.xz manaverse-a5a533750353cc05e91211a4dfec4e7dd020d7ac.zip |
eathena: add partial support for packet SMSG_CART_REMOVE 0x012b.
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 8e2aee5c2..29743c4c2 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -328,6 +328,7 @@ #define SMSG_MAP_MUSIC 0x0b05 #define SMSG_CART_INFO 0x0121 +#define SMSG_CART_REMOVE 0x012b /********************************** * Packets from client to server * |