diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-08 23:54:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-08 23:54:29 +0300 |
commit | df01c98c8a7c0b45de0b67cf484994e5886fef4d (patch) | |
tree | 98506d900dcb71a82879cd7de120953641b64f18 /src/net/eathena/protocol.h | |
parent | 08b9e2ba4a42a87e58465565e373bb01f1a95cdd (diff) | |
download | ManaVerse-df01c98c8a7c0b45de0b67cf484994e5886fef4d.tar.gz ManaVerse-df01c98c8a7c0b45de0b67cf484994e5886fef4d.tar.bz2 ManaVerse-df01c98c8a7c0b45de0b67cf484994e5886fef4d.tar.xz ManaVerse-df01c98c8a7c0b45de0b67cf484994e5886fef4d.zip |
eathena: add partial support for packet SMSG_RANKS_LIST 0x097d.
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 ca29b44b3..db7ed985e 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -197,6 +197,7 @@ #define SMSG_QUEST_REMOVE 0x02b4 #define SMSG_MVP 0x010c +#define SMSG_RANKS_LIST 0x097d #define SMSG_MONSTER_HP 0x0977 #define SMSG_PLAYER_HP 0x080e |