diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-21 23:54:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-21 23:54:10 +0300 |
commit | 8a85cb2bc295ad0ec9e275782b7392c2f99ba134 (patch) | |
tree | df7d48f4d9d930804b73a5fefdf88ee528142233 /src/net/eathena/protocol.h | |
parent | 2ee0ae2b8c21d5b1c2a77e06edf6a9883086a1ba (diff) | |
download | plus-8a85cb2bc295ad0ec9e275782b7392c2f99ba134.tar.gz plus-8a85cb2bc295ad0ec9e275782b7392c2f99ba134.tar.bz2 plus-8a85cb2bc295ad0ec9e275782b7392c2f99ba134.tar.xz plus-8a85cb2bc295ad0ec9e275782b7392c2f99ba134.zip |
eathena: add partial support for packet SMSG_NPC_MARKET_OPEN 0x09d5.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index aac136f94..138cdc04d 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -149,6 +149,7 @@ #define SMSG_NPC_STR_INPUT 0x01d4 /**< String input */ #define SMSG_NPC_SHOW_PROGRESS_BAR 0x02f0 #define SMSG_NPC_CHANGETITLE 0x0b06 +#define SMSG_NPC_MARKET_OPEN 0x09d5 #define SMSG_PLAYER_CHAT 0x008e /**< Player talks */ #define SMSG_WHISPER 0x0097 /**< Whisper Recieved */ #define SMSG_WHISPER_RESPONSE 0x09df @@ -286,7 +287,6 @@ #define SMSG_MERCENARY_SKILLS 0x029d #define SMSG_MERCENARY_ACTION 0x029f - #define SMSG_HOMUNCULUS_SKILLS 0x0235 #define SMSG_HOMUNCULUS_DATA 0x0230 #define SMSG_HOMUNCULUS_INFO 0x022e |