diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-12 22:02:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-12 22:02:58 +0300 |
commit | d559a259e27a6011ab1d608a45443c8c9d310c4f (patch) | |
tree | eb04c61ee70fad2eeb47e45ce606705b9e339257 /src/net/eathena/protocol.h | |
parent | 09b39a5ea31dedbaff19ba1030f08809f4d61617 (diff) | |
download | plus-d559a259e27a6011ab1d608a45443c8c9d310c4f.tar.gz plus-d559a259e27a6011ab1d608a45443c8c9d310c4f.tar.bz2 plus-d559a259e27a6011ab1d608a45443c8c9d310c4f.tar.xz plus-d559a259e27a6011ab1d608a45443c8c9d310c4f.zip |
eathena: add partial support for packet SMSG_INSTANCE_START 0x02cb.
Also add empty maphandler.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index a14e46421..3180d45e2 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -414,6 +414,8 @@ #define SMSG_CLASS_CHANGE 0x01b0 +#define SMSG_INSTANCE_START 0x02cb + /********************************** * Packets from client to server * **********************************/ |