diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-09 22:46:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-09 22:46:03 +0300 |
commit | 605691e70927a3b44064562f7507c14e4600c3d3 (patch) | |
tree | fe6bd13b3528a9bda1e0d85bdafa408246e52a7d /src/net/tmwa/npchandler.h | |
parent | 8a6f2c9d9a88668a12e69ea0ce632b1633c1c0eb (diff) | |
download | plus-605691e70927a3b44064562f7507c14e4600c3d3.tar.gz plus-605691e70927a3b44064562f7507c14e4600c3d3.tar.bz2 plus-605691e70927a3b44064562f7507c14e4600c3d3.tar.xz plus-605691e70927a3b44064562f7507c14e4600c3d3.zip |
eathena: add packet CMSG_NPC_IDENTIFY 0x0178.
Diffstat (limited to 'src/net/tmwa/npchandler.h')
-rw-r--r-- | src/net/tmwa/npchandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/npchandler.h b/src/net/tmwa/npchandler.h index 9d661172e..3b69cf58b 100644 --- a/src/net/tmwa/npchandler.h +++ b/src/net/tmwa/npchandler.h @@ -84,6 +84,8 @@ class NpcHandler final : public MessageHandler, public Ea::NpcHandler void repair(const int index) const override final; void refine(const int index) const override final; + + void identify(const int index) const override final; }; } // namespace TmwAthena |