summaryrefslogtreecommitdiff
path: root/src/net/tmwa/npchandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-09 22:46:03 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-09 22:46:03 +0300
commit605691e70927a3b44064562f7507c14e4600c3d3 (patch)
treefe6bd13b3528a9bda1e0d85bdafa408246e52a7d /src/net/tmwa/npchandler.cpp
parent8a6f2c9d9a88668a12e69ea0ce632b1633c1c0eb (diff)
downloadManaVerse-605691e70927a3b44064562f7507c14e4600c3d3.tar.gz
ManaVerse-605691e70927a3b44064562f7507c14e4600c3d3.tar.bz2
ManaVerse-605691e70927a3b44064562f7507c14e4600c3d3.tar.xz
ManaVerse-605691e70927a3b44064562f7507c14e4600c3d3.zip
eathena: add packet CMSG_NPC_IDENTIFY 0x0178.
Diffstat (limited to 'src/net/tmwa/npchandler.cpp')
-rw-r--r--src/net/tmwa/npchandler.cpp4
1 files changed, 4 insertions, 0 deletions
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