diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-12 22:08:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-12 22:08:05 +0300 |
commit | 042bbddb13934321dd1d44373eb1084732e81bee (patch) | |
tree | 8bbe1fb3a8c3cc56aec559d53faa278645a5a7ab /src/net/eathena/protocol.h | |
parent | d559a259e27a6011ab1d608a45443c8c9d310c4f (diff) | |
download | mv-042bbddb13934321dd1d44373eb1084732e81bee.tar.gz mv-042bbddb13934321dd1d44373eb1084732e81bee.tar.bz2 mv-042bbddb13934321dd1d44373eb1084732e81bee.tar.xz mv-042bbddb13934321dd1d44373eb1084732e81bee.zip |
eathena: add partial support for packet SMSG_INSTANCE_CREATE 0x02cc.
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 3180d45e2..847f7b67a 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -415,6 +415,7 @@ #define SMSG_CLASS_CHANGE 0x01b0 #define SMSG_INSTANCE_START 0x02cb +#define SMSG_INSTANCE_CREATE 0x02cc /********************************** * Packets from client to server * |