diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-13 01:20:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-13 01:20:46 +0300 |
commit | 2eb0a7d5c06b0505d862fde29dd9d9807933959b (patch) | |
tree | 347693f8b06f32853af56970c096bd3b34eaf09f /src/net/eathena/protocol.h | |
parent | 8f3d15a15e53ddda5930e0a10e17e19d85141ccb (diff) | |
download | mv-2eb0a7d5c06b0505d862fde29dd9d9807933959b.tar.gz mv-2eb0a7d5c06b0505d862fde29dd9d9807933959b.tar.bz2 mv-2eb0a7d5c06b0505d862fde29dd9d9807933959b.tar.xz mv-2eb0a7d5c06b0505d862fde29dd9d9807933959b.zip |
eathena: add partial support for packet SMSG_PLAYER_EQUIP_TICK_ACK 0x02d9.
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 4e3c6189d..5779d743a 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -112,6 +112,7 @@ #define SMSG_PLAYER_UPGRADE_MESSAGE 0x0223 #define SMSG_PLAYER_COOKING_LIST 0x025a #define SMSG_PLAYER_READ_BOOK 0x0294 +#define SMSG_PLAYER_EQUIP_TICK_ACK 0x02d9 #define SMSG_SKILL_FAILED 0x0110 #define SMSG_SKILL_DAMAGE 0x01de #define SMSG_SKILL_AUTO_CAST 0x0147 |