diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-09 22:56:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-09 22:56:12 +0300 |
commit | 18038856316fdb9368848251c32e01aa6f18e0f3 (patch) | |
tree | 5e45fc9e15c49e64680245ab46abeb713d34dd1f /src/net/npchandler.h | |
parent | 605691e70927a3b44064562f7507c14e4600c3d3 (diff) | |
download | plus-18038856316fdb9368848251c32e01aa6f18e0f3.tar.gz plus-18038856316fdb9368848251c32e01aa6f18e0f3.tar.bz2 plus-18038856316fdb9368848251c32e01aa6f18e0f3.tar.xz plus-18038856316fdb9368848251c32e01aa6f18e0f3.zip |
eathena: add packet CMSG_NPC_SELECT_ARROW 0x01ae.
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 6aa0f5b01..abebf716f 100644 --- a/src/net/npchandler.h +++ b/src/net/npchandler.h @@ -85,6 +85,8 @@ class NpcHandler notfinal virtual void refine(const int index) const = 0; virtual void identify(const int index) const = 0; + + virtual void selectArrow(const int nameId) const = 0; }; } // namespace Net |