summaryrefslogtreecommitdiff
path: root/src/net/tmwa/npchandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-09 22:56:12 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-09 22:56:12 +0300
commit18038856316fdb9368848251c32e01aa6f18e0f3 (patch)
tree5e45fc9e15c49e64680245ab46abeb713d34dd1f /src/net/tmwa/npchandler.cpp
parent605691e70927a3b44064562f7507c14e4600c3d3 (diff)
downloadplus-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/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 6c29e6d73..e5815890a 100644
--- a/src/net/tmwa/npchandler.cpp
+++ b/src/net/tmwa/npchandler.cpp
@@ -231,6 +231,10 @@ void NpcHandler::identify(const int index A_UNUSED) const
{
}
+void NpcHandler::selectArrow(const int nameId A_UNUSED) const
+{
+}
+
int NpcHandler::getNpc(Net::MessageIn &msg)
{
if (msg.getId() == SMSG_NPC_CHOICE