diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-12 23:02:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-12 23:02:28 +0300 |
commit | 8f3d15a15e53ddda5930e0a10e17e19d85141ccb (patch) | |
tree | 83d7e7890c2389ca42147f52df81212b05569aa5 /src/net/eathena/protocol.h | |
parent | d6c67b73a497d16ac26badd49d6ef3e3a89823db (diff) | |
download | plus-8f3d15a15e53ddda5930e0a10e17e19d85141ccb.tar.gz plus-8f3d15a15e53ddda5930e0a10e17e19d85141ccb.tar.bz2 plus-8f3d15a15e53ddda5930e0a10e17e19d85141ccb.tar.xz plus-8f3d15a15e53ddda5930e0a10e17e19d85141ccb.zip |
eathena: add partial support for packet SMSG_INSTANCE_DELETE 0x02ce.
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 22440e11d..4e3c6189d 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -417,6 +417,7 @@ #define SMSG_INSTANCE_START 0x02cb #define SMSG_INSTANCE_CREATE 0x02cc #define SMSG_INSTANCE_INFO 0x02cd +#define SMSG_INSTANCE_DELETE 0x02ce /********************************** * Packets from client to server * |