diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-11 12:50:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-11 12:50:25 +0300 |
commit | f4b973c1e75e43d75ab9d6eb4f629eb10d15a520 (patch) | |
tree | f9e886412269351eb7482971a7589a6f55d1144d /src/net/eathena/protocol.h | |
parent | 05fe7fa2f5a3a8c31bce7336da82145d99e5f477 (diff) | |
download | plus-f4b973c1e75e43d75ab9d6eb4f629eb10d15a520.tar.gz plus-f4b973c1e75e43d75ab9d6eb4f629eb10d15a520.tar.bz2 plus-f4b973c1e75e43d75ab9d6eb4f629eb10d15a520.tar.xz plus-f4b973c1e75e43d75ab9d6eb4f629eb10d15a520.zip |
eathena: add partial support for packet SMSG_PLAYER_REFINE 0x0188.
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 fe77ca0ea..5436d57ba 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -80,6 +80,7 @@ #define SMSG_PLAYER_CART_REMOVE 0x0125 #define SMSG_PLAYER_ITEM_RENTAL_TIME 0x0298 #define SMSG_PLAYER_ITEM_RENTAL_EXPIRED 0x0299 +#define SMSG_PLAYER_REFINE 0x0188 #define SMSG_PLAYER_EQUIPMENT 0x0992 #define SMSG_PLAYER_EQUIP 0x0999 #define SMSG_PLAYER_UNEQUIP 0x099a |