summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-12 22:02:58 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-12 22:02:58 +0300
commitd559a259e27a6011ab1d608a45443c8c9d310c4f (patch)
treeeb04c61ee70fad2eeb47e45ce606705b9e339257 /src/net/eathena/protocol.h
parent09b39a5ea31dedbaff19ba1030f08809f4d61617 (diff)
downloadManaVerse-d559a259e27a6011ab1d608a45443c8c9d310c4f.tar.gz
ManaVerse-d559a259e27a6011ab1d608a45443c8c9d310c4f.tar.bz2
ManaVerse-d559a259e27a6011ab1d608a45443c8c9d310c4f.tar.xz
ManaVerse-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.h2
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 *
**********************************/