From 605691e70927a3b44064562f7507c14e4600c3d3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 9 Sep 2014 22:46:03 +0300 Subject: eathena: add packet CMSG_NPC_IDENTIFY 0x0178. --- src/net/tmwa/npchandler.cpp | 4 ++++ src/net/tmwa/npchandler.h | 2 ++ 2 files changed, 6 insertions(+) (limited to 'src/net/tmwa') diff --git a/src/net/tmwa/npchandler.cpp b/src/net/tmwa/npchandler.cpp index 59fb6f78e..6c29e6d73 100644 --- a/src/net/tmwa/npchandler.cpp +++ b/src/net/tmwa/npchandler.cpp @@ -227,6 +227,10 @@ void NpcHandler::refine(const int index A_UNUSED) const { } +void NpcHandler::identify(const int index A_UNUSED) const +{ +} + int NpcHandler::getNpc(Net::MessageIn &msg) { if (msg.getId() == SMSG_NPC_CHOICE 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 -- cgit v1.2.3-60-g2f50