diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-09 21:47:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-09 21:47:47 +0300 |
commit | 9a215b52f97968426b4163da93f2820a3b9f8146 (patch) | |
tree | 41bac23955cb8edb4687a8fed81a1880d82874a5 /src/net/npchandler.h | |
parent | d2f917c54af30d98302da7d913afbae5f8d91c4f (diff) | |
download | plus-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.h | 2 |
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 |