diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-12 18:04:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-12 18:04:15 +0300 |
commit | 841c5a9c5fdba7c9607a3fcd9a2bf40e20bcca7f (patch) | |
tree | ec2c8e6db9352fa4bf7245716d3a319c1fb950fa /src/net/eathena/protocol.h | |
parent | 2c08eba0c8abd2eb3c09b1a916a5f6693c6ae7c0 (diff) | |
download | plus-841c5a9c5fdba7c9607a3fcd9a2bf40e20bcca7f.tar.gz plus-841c5a9c5fdba7c9607a3fcd9a2bf40e20bcca7f.tar.bz2 plus-841c5a9c5fdba7c9607a3fcd9a2bf40e20bcca7f.tar.xz plus-841c5a9c5fdba7c9607a3fcd9a2bf40e20bcca7f.zip |
eathena: add partial support for packet SMSG_BOSS_MAP_INFO 0x0293.
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 bb8b8bfa0..353278842 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -157,6 +157,7 @@ #define SMSG_IGNORE_NICK_ACK 0x00d1 #define SMSG_STARS_KILL 0x020e #define SMSG_GLADIATOR_FEEL_REQUEST 0x0253 +#define SMSG_BOSS_MAP_INFO 0x0293 #define SMSG_PLAYER_STATUS_CHANGE 0x0229 #define SMSG_PLAYER_STATUS_CHANGE2 0x028a |