summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-12 23:02:28 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-12 23:02:28 +0300
commit8f3d15a15e53ddda5930e0a10e17e19d85141ccb (patch)
tree83d7e7890c2389ca42147f52df81212b05569aa5 /src/net/eathena/protocol.h
parentd6c67b73a497d16ac26badd49d6ef3e3a89823db (diff)
downloadManaVerse-8f3d15a15e53ddda5930e0a10e17e19d85141ccb.tar.gz
ManaVerse-8f3d15a15e53ddda5930e0a10e17e19d85141ccb.tar.bz2
ManaVerse-8f3d15a15e53ddda5930e0a10e17e19d85141ccb.tar.xz
ManaVerse-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.h1
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 *