summaryrefslogtreecommitdiff
path: root/src/net/tmwa/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-01-23 18:26:41 +0300
committerAndrei Karas <akaras@inbox.ru>2012-01-23 18:26:41 +0300
commit7d60bf1c04fce4ed16144aece76e594e0e217960 (patch)
treed2831dcbbdf6b7bd3ad89a9e0571b25afa5caad0 /src/net/tmwa/protocol.h
parent20ffb556085e519f98a96f00257ee6b837116a8e (diff)
downloadManaVerse-7d60bf1c04fce4ed16144aece76e594e0e217960.tar.gz
ManaVerse-7d60bf1c04fce4ed16144aece76e594e0e217960.tar.bz2
ManaVerse-7d60bf1c04fce4ed16144aece76e594e0e217960.tar.xz
ManaVerse-7d60bf1c04fce4ed16144aece76e594e0e217960.zip
Add support for request client language from server.
Diffstat (limited to 'src/net/tmwa/protocol.h')
-rw-r--r--src/net/tmwa/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/tmwa/protocol.h b/src/net/tmwa/protocol.h
index 0f124cc20..ddc642101 100644
--- a/src/net/tmwa/protocol.h
+++ b/src/net/tmwa/protocol.h
@@ -335,5 +335,6 @@ enum
#define SMSG_IGNORE_ALL_RESPONSE 0x00d2
#define CMSG_ONLINE_LIST 0x0210
#define SMSG_ONLINE_LIST 0x0211
+#define SMSG_NPC_COMMAND 0x0212
#endif