diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-18 14:57:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-18 14:57:43 +0300 |
commit | ee633de31c7978ae4a776cce4de86729356e1b1f (patch) | |
tree | edffbdcdb8ff537c37c12ced8f08bc4fc7fe85e1 /src/net/eathena/protocol.h | |
parent | b91b2d22683f39703e914bf83a5fc796ae2f5a18 (diff) | |
download | plus-ee633de31c7978ae4a776cce4de86729356e1b1f.tar.gz plus-ee633de31c7978ae4a776cce4de86729356e1b1f.tar.bz2 plus-ee633de31c7978ae4a776cce4de86729356e1b1f.tar.xz plus-ee633de31c7978ae4a776cce4de86729356e1b1f.zip |
eathena: add partial support for packet SMSG_PLAYER_RANK_POINTS 0x097e.
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 cbd4585c6..9de6db139 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -112,6 +112,7 @@ #define SMSG_PLAYER_FAME_BLACKSMITH 0x021b #define SMSG_PLAYER_FAME_ALCHEMIST 0x021c #define SMSG_PLAYER_FAME_TAEKWON 0x0224 +#define SMSG_PLAYER_RANK_POINTS 0x097e #define SMSG_PLAYER_REFINE_LIST 0x0221 #define SMSG_PLAYER_UPGRADE_MESSAGE 0x0223 #define SMSG_PLAYER_COOKING_LIST 0x025a |