diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-11 13:33:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-11 13:33:04 +0300 |
commit | bdc996059d8dac1bcd063890dcf80b3ce6932c50 (patch) | |
tree | c95f500edd64e18537c52a3a3eb9a27c1a025f86 /src/net/eathena/protocol.h | |
parent | f4b973c1e75e43d75ab9d6eb4f629eb10d15a520 (diff) | |
download | plus-bdc996059d8dac1bcd063890dcf80b3ce6932c50.tar.gz plus-bdc996059d8dac1bcd063890dcf80b3ce6932c50.tar.bz2 plus-bdc996059d8dac1bcd063890dcf80b3ce6932c50.tar.xz plus-bdc996059d8dac1bcd063890dcf80b3ce6932c50.zip |
eathena: add partial support for packet SMSG_PLAYER_NOTIFY_MAPINFO 0x0189.
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 5436d57ba..3a8ab7b1e 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -98,6 +98,7 @@ #define SMSG_PLAYER_SKILL_COOLDOWN 0x043d #define SMSG_PLAYER_SKILL_COOLDOWN_LIST 0x0985 #define SMSG_PLAYER_SKILL_MESSAGE 0x0215 +#define SMSG_PLAYER_NOTIFY_MAPINFO 0x0189 #define SMSG_SKILL_FAILED 0x0110 #define SMSG_SKILL_DAMAGE 0x01de #define SMSG_SKILL_AUTO_CAST 0x0147 |