summaryrefslogtreecommitdiff
path: root/src/net/tmwa/npchandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-09 21:47:47 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-09 21:47:47 +0300
commit9a215b52f97968426b4163da93f2820a3b9f8146 (patch)
tree41bac23955cb8edb4687a8fed81a1880d82874a5 /src/net/tmwa/npchandler.cpp
parentd2f917c54af30d98302da7d913afbae5f8d91c4f (diff)
downloadplus-9a215b52f97968426b4163da93f2820a3b9f8146.tar.gz
plus-9a215b52f97968426b4163da93f2820a3b9f8146.tar.bz2
plus-9a215b52f97968426b4163da93f2820a3b9f8146.tar.xz
plus-9a215b52f97968426b4163da93f2820a3b9f8146.zip
eathena: add packet CMSG_NPC_REFINE 0x0222.
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 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