From 9a215b52f97968426b4163da93f2820a3b9f8146 Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Tue, 9 Sep 2014 21:47:47 +0300
Subject: eathena: add packet CMSG_NPC_REFINE 0x0222.

---
 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 cd20cf87d..59fb6f78e 100644
--- a/src/net/tmwa/npchandler.cpp
+++ b/src/net/tmwa/npchandler.cpp
@@ -223,6 +223,10 @@ void NpcHandler::repair(const int index A_UNUSED) const
 {
 }
 
+void NpcHandler::refine(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 e7cfb7fb8..9d661172e 100644
--- a/src/net/tmwa/npchandler.h
+++ b/src/net/tmwa/npchandler.h
@@ -82,6 +82,8 @@ class NpcHandler final : public MessageHandler, public Ea::NpcHandler
                      const int nameId) const;
 
         void repair(const int index) const override final;
+
+        void refine(const int index) const override final;
 };
 
 }  // namespace TmwAthena
-- 
cgit v1.2.3-70-g09d2