diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-02 23:22:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:56 +0300 |
commit | f32c27a3446fc8312a7fd4f9a85b60720549582a (patch) | |
tree | cfd00cc5642ef897aba98bf9f6b1a53d02ddc825 /src/net/eathena/protocol.h | |
parent | b06871fcb8e0b678a7fdbc2a10b22283b2899d1c (diff) | |
download | plus-f32c27a3446fc8312a7fd4f9a85b60720549582a.tar.gz plus-f32c27a3446fc8312a7fd4f9a85b60720549582a.tar.bz2 plus-f32c27a3446fc8312a7fd4f9a85b60720549582a.tar.xz plus-f32c27a3446fc8312a7fd4f9a85b60720549582a.zip |
eathena: add basic handling for packet SMSG_QUEST_ADD 0x02b3.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 6d6690a2e..bf0b4bfb0 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -182,6 +182,8 @@ #define SMSG_GUILD_OPPOSITION_ACK 0x0181 #define SMSG_GUILD_BROKEN 0x015e +#define SMSG_QUEST_ADD 0x02b3 + #define SMSG_MVP 0x010c /********************************** |