diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-10 22:15:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-10 22:15:01 +0300 |
commit | ab55f44e40262249f247d6001d0e1e7ba9217202 (patch) | |
tree | e017e5303b5617f4c9ea08b0518e07e0b1e9e763 /src/net/eathena/protocol.h | |
parent | 421f7cf60e960b340a70fc75022ffaff2558eb48 (diff) | |
download | plus-ab55f44e40262249f247d6001d0e1e7ba9217202.tar.gz plus-ab55f44e40262249f247d6001d0e1e7ba9217202.tar.bz2 plus-ab55f44e40262249f247d6001d0e1e7ba9217202.tar.xz plus-ab55f44e40262249f247d6001d0e1e7ba9217202.zip |
eathena: add partial support for packet SMSG_MVP_ITEM 0x010a.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index e65f84e61..da0517938 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -251,7 +251,9 @@ #define SMSG_QUEST_ACTIVATE 0x02b7 #define SMSG_QUEST_NPC_EFFECT 0x0446 +#define SMSG_MVP_ITEM 0x010a #define SMSG_MVP_EFFECT 0x010c + #define SMSG_RANKS_LIST 0x097d #define SMSG_MONSTER_HP 0x0977 #define SMSG_PLAYER_HP 0x080e |