diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-11 15:16:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-11 15:16:53 +0300 |
commit | eae805845ace52c0056e7e426c5c8b3831e638af (patch) | |
tree | 2f9cba27a39fba868a3cbe57c6a7fe12310089f3 /src/net/eathena/npchandler.h | |
parent | 3940228a5d6be203454f521c17f01f666564cd31 (diff) | |
download | plus-eae805845ace52c0056e7e426c5c8b3831e638af.tar.gz plus-eae805845ace52c0056e7e426c5c8b3831e638af.tar.bz2 plus-eae805845ace52c0056e7e426c5c8b3831e638af.tar.xz plus-eae805845ace52c0056e7e426c5c8b3831e638af.zip |
eathena: add partial support for packet SMSG_NPC_SHOW_DIGIT 0x01b1.
Diffstat (limited to 'src/net/eathena/npchandler.h')
-rw-r--r-- | src/net/eathena/npchandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/npchandler.h b/src/net/eathena/npchandler.h index c42030fd0..bfc4e2943 100644 --- a/src/net/eathena/npchandler.h +++ b/src/net/eathena/npchandler.h @@ -97,6 +97,8 @@ class NpcHandler final : public MessageHandler, public Ea::NpcHandler static void processNpcCloseTimeout(Net::MessageIn &msg); static void processArea(Net::MessageIn &msg); + + static void processShowDigit(Net::MessageIn &msg); }; } // namespace EAthena |