diff options
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 |