summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-10 23:23:54 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-10 23:42:48 +0300
commit3c5824865fdd3601f0491ab8f90b47c49230695b (patch)
tree11a619544626bbdcff9afb91a43c84860fc05f51 /src/net/eathena/protocol.h
parent0d2e07905e17d9ac9c53da4ba3bf798d967e7405 (diff)
downloadManaVerse-3c5824865fdd3601f0491ab8f90b47c49230695b.tar.gz
ManaVerse-3c5824865fdd3601f0491ab8f90b47c49230695b.tar.bz2
ManaVerse-3c5824865fdd3601f0491ab8f90b47c49230695b.tar.xz
ManaVerse-3c5824865fdd3601f0491ab8f90b47c49230695b.zip
eathena: add partial support for packet SMSG_MANNER_MESSAGE 0x014a.
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 bb1b55fe9..0e1fc2cd7 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -362,6 +362,8 @@
#define SMSG_ONLINE_LIST 0x0b10
+#define SMSG_MANNER_MESSAGE 0x014a
+
/**********************************
* Packets from client to server *
**********************************/