diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-02 23:51:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:56 +0300 |
commit | f4cbe447e2522cf61f77b68e1d862241ac0241a9 (patch) | |
tree | a95af1e14f66b84f3586b3236fa8cb712bf01ca1 /src/net/eathena/protocol.h | |
parent | 49d592ea799d639bfeaf4f0dbaf36f86e0b64f20 (diff) | |
download | plus-f4cbe447e2522cf61f77b68e1d862241ac0241a9.tar.gz plus-f4cbe447e2522cf61f77b68e1d862241ac0241a9.tar.bz2 plus-f4cbe447e2522cf61f77b68e1d862241ac0241a9.tar.xz plus-f4cbe447e2522cf61f77b68e1d862241ac0241a9.zip |
eathena: impliment packet SMSG_QUEST_LIST 0x02b1.
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 bf0b4bfb0..960bfcedd 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -183,6 +183,7 @@ #define SMSG_GUILD_BROKEN 0x015e #define SMSG_QUEST_ADD 0x02b3 +#define SMSG_QUEST_LIST 0x02b1 #define SMSG_MVP 0x010c |