diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-24 21:37:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-29 16:12:41 +0300 |
commit | 9234bf25b145995d5395f98a1f5dd030783d25d6 (patch) | |
tree | 3f679edc308488057dc5d044698c053de6b4e36c /src/net/tmwa/protocol.h | |
parent | 2f351b828f4155f93566d685eb99416e32cba7d0 (diff) | |
download | plus-9234bf25b145995d5395f98a1f5dd030783d25d6.tar.gz plus-9234bf25b145995d5395f98a1f5dd030783d25d6.tar.bz2 plus-9234bf25b145995d5395f98a1f5dd030783d25d6.tar.xz plus-9234bf25b145995d5395f98a1f5dd030783d25d6.zip |
Add quests netcode and quests window.
Diffstat (limited to 'src/net/tmwa/protocol.h')
-rw-r--r-- | src/net/tmwa/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/protocol.h b/src/net/tmwa/protocol.h index 130268b82..72952cdd0 100644 --- a/src/net/tmwa/protocol.h +++ b/src/net/tmwa/protocol.h @@ -337,6 +337,8 @@ enum #define SMSG_ONLINE_LIST 0x0211 #define SMSG_NPC_COMMAND 0x0212 #define CMSG_SET_STATUS 0x0213 +#define CMSG_QUEST_SET_VAR 0x0214 +#define CMSG_QUEST_PLAYER_VARS 0x0215 #define CMSG_SEND_CLIENT_INFO 0x7533 #define SMSG_UPDATE_HOST2 0x7534 |