summaryrefslogtreecommitdiff
path: root/src/net/npchandler.h
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/npchandler.h
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/npchandler.h')
-rw-r--r--src/net/npchandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/npchandler.h b/src/net/npchandler.h
index 9bf8565e7..7504cc6b2 100644
--- a/src/net/npchandler.h
+++ b/src/net/npchandler.h
@@ -81,6 +81,8 @@ class NpcHandler notfinal
const int nameId) const = 0;
virtual void repair(const int index) const = 0;
+
+ virtual void refine(const int index) const = 0;
};
} // namespace Net