summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-31 00:17:14 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-31 00:17:14 +0300
commitfb36852e1fe3e93811ef7de329729789ec815cf5 (patch)
tree586b47294692b9b40a2bd332e2b3c26e55731902 /src/net/eathena/protocol.h
parent593dbe6cbce8a4137b7e86633e801d6200f6e999 (diff)
downloadManaVerse-fb36852e1fe3e93811ef7de329729789ec815cf5.tar.gz
ManaVerse-fb36852e1fe3e93811ef7de329729789ec815cf5.tar.bz2
ManaVerse-fb36852e1fe3e93811ef7de329729789ec815cf5.tar.xz
ManaVerse-fb36852e1fe3e93811ef7de329729789ec815cf5.zip
eathena: add packet SMSG_MAP_NOT_FOUND 0x0840.
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 31b4c4b40..9a6824ba4 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -28,6 +28,7 @@
*********************************/
#define SMSG_SERVER_PING 0x007f /**< Contains server tick */
#define SMSG_CONNECTION_PROBLEM 0x0081
+#define SMSG_MAP_NOT_FOUND 0x0840
#define SMSG_LOGIN_DATA 0x0069
#define SMSG_LOGIN_ERROR 0x006a