diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-09 01:14:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-09 01:14:52 +0300 |
commit | 2f6d82e85aed4fe91bda5962572188ee6b8afa02 (patch) | |
tree | 116602dbde06f18b8b679903c12b346847725409 /src/net/eathena/npchandler.h | |
parent | 3d1770d40bb11292d79bbdf0a6c9e628509632d5 (diff) | |
download | plus-2f6d82e85aed4fe91bda5962572188ee6b8afa02.tar.gz plus-2f6d82e85aed4fe91bda5962572188ee6b8afa02.tar.bz2 plus-2f6d82e85aed4fe91bda5962572188ee6b8afa02.tar.xz plus-2f6d82e85aed4fe91bda5962572188ee6b8afa02.zip |
eathena: add partial support for packet SMSG_NPC_SHOW_PROGRESS_BAR 0x02f0.
Diffstat (limited to 'src/net/eathena/npchandler.h')
-rw-r--r-- | src/net/eathena/npchandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/npchandler.h b/src/net/eathena/npchandler.h index eadba2a13..90f9627c9 100644 --- a/src/net/eathena/npchandler.h +++ b/src/net/eathena/npchandler.h @@ -67,9 +67,12 @@ class NpcHandler final : public MessageHandler, public Ea::NpcHandler int getNpc(Net::MessageIn &msg) override final; + protected: static void processNpcCutin(Net::MessageIn &msg); static void processNpcViewPoint(Net::MessageIn &msg); + + void processNpcShowProgressBar(Net::MessageIn &msg) const; }; } // namespace EAthena |