diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-12 19:24:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-12 19:24:16 +0300 |
commit | 650ed453901c51b75234523fd70bd3d07d2244bc (patch) | |
tree | 8f967a3d869c8b849dc5a3b732d1b2e73d47ed1a /src/net/eathena/protocol.h | |
parent | 0a7c70b7dc3a25fb0435b8b6fb60a3263b5c57bb (diff) | |
download | plus-650ed453901c51b75234523fd70bd3d07d2244bc.tar.gz plus-650ed453901c51b75234523fd70bd3d07d2244bc.tar.bz2 plus-650ed453901c51b75234523fd70bd3d07d2244bc.tar.xz plus-650ed453901c51b75234523fd70bd3d07d2244bc.zip |
With equipped items read cards (hercules).
Changed client version to 9.
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 a8cea65a4..79910fa95 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -154,6 +154,7 @@ packet(SMSG_BEING_REMOVE, 0x0080); packet(SMSG_BEING_REMOVE_SKILL, 0x0120); packet(SMSG_BEING_CHANGE_LOOKS_OUTDATED, 0x00c3); packet(SMSG_BEING_CHANGE_LOOKS2, 0x01d7); +packet(SMSG_BEING_CHANGE_LOOKS_CARDS, 0x0b17); packet(SMSG_BEING_SELFEFFECT, 0x019b); packet(SMSG_BEING_SPECIAL_EFFECT, 0x01f3); packet(SMSG_BEING_SPECIAL_EFFECT_NUM, 0x0284); |