diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-03 01:55:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:56 +0300 |
commit | afb32d7896cf03603d15802bc237fc53f7681444 (patch) | |
tree | 124c32967659be8ff6f79007a2109481100be207 /src/net/eathena/protocol.h | |
parent | c92bd42d51d305d64519d16d3f83c5412c34fe2e (diff) | |
download | manaverse-afb32d7896cf03603d15802bc237fc53f7681444.tar.gz manaverse-afb32d7896cf03603d15802bc237fc53f7681444.tar.bz2 manaverse-afb32d7896cf03603d15802bc237fc53f7681444.tar.xz manaverse-afb32d7896cf03603d15802bc237fc53f7681444.zip |
eathena: impliment packet SMSG_QUEST_REMOVE 0x02b4.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 923d2ee9c..1a6d91d53 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -187,6 +187,7 @@ #define SMSG_QUEST_LIST 0x02b1 #define SMSG_QUEST_LIST_OBJECTIVES 0x02b2 #define SMSG_QUEST_UPDATE_OBJECTIVES 0x02b5 +#define SMSG_QUEST_REMOVE 0x02b4 #define SMSG_MVP 0x010c |