diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-14 13:38:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-14 13:38:08 +0300 |
commit | 12ae270e892d8d7cef9813031e7359c93009ed02 (patch) | |
tree | 1803915e60cdf910d1bec5eeaf129d7d36f79710 /src/net/eathena/protocol.h | |
parent | dc5e757b8ef36c1d3b083a67f4a55aead37b706c (diff) | |
download | mv-12ae270e892d8d7cef9813031e7359c93009ed02.tar.gz mv-12ae270e892d8d7cef9813031e7359c93009ed02.tar.bz2 mv-12ae270e892d8d7cef9813031e7359c93009ed02.tar.xz mv-12ae270e892d8d7cef9813031e7359c93009ed02.zip |
eathena: add partial support for packet SMSG_QUEST_NPC_EFFECT 0x0446.
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 e6c0e18bc..ec141ab20 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -227,6 +227,7 @@ #define SMSG_QUEST_UPDATE_OBJECTIVES 0x02b5 #define SMSG_QUEST_REMOVE 0x02b4 #define SMSG_QUEST_ACTIVATE 0x02b7 +#define SMSG_QUEST_NPC_EFFECT 0x0446 #define SMSG_MVP 0x010c #define SMSG_RANKS_LIST 0x097d |