summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-12 22:14:49 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-12 22:14:49 +0300
commitd6c67b73a497d16ac26badd49d6ef3e3a89823db (patch)
tree911a1fa6c998224be87ea2faaff20cd09f229c87 /src/net/eathena/protocol.h
parent042bbddb13934321dd1d44373eb1084732e81bee (diff)
downloadManaVerse-d6c67b73a497d16ac26badd49d6ef3e3a89823db.tar.gz
ManaVerse-d6c67b73a497d16ac26badd49d6ef3e3a89823db.tar.bz2
ManaVerse-d6c67b73a497d16ac26badd49d6ef3e3a89823db.tar.xz
ManaVerse-d6c67b73a497d16ac26badd49d6ef3e3a89823db.zip
eathena: add partial support for packet SMSG_INSTANCE_INFO 0x02cd.
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 847f7b67a..22440e11d 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -416,6 +416,7 @@
#define SMSG_INSTANCE_START 0x02cb
#define SMSG_INSTANCE_CREATE 0x02cc
+#define SMSG_INSTANCE_INFO 0x02cd
/**********************************
* Packets from client to server *