summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-09 00:41:19 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-09 00:41:19 +0300
commit3d1770d40bb11292d79bbdf0a6c9e628509632d5 (patch)
tree3e3bf62a1821fb67dc59fd29d35e7d462be54714 /src/net/tmwa/playerhandler.cpp
parentdf01c98c8a7c0b45de0b67cf484994e5886fef4d (diff)
downloadplus-3d1770d40bb11292d79bbdf0a6c9e628509632d5.tar.gz
plus-3d1770d40bb11292d79bbdf0a6c9e628509632d5.tar.bz2
plus-3d1770d40bb11292d79bbdf0a6c9e628509632d5.tar.xz
plus-3d1770d40bb11292d79bbdf0a6c9e628509632d5.zip
eathena: add packet CMSG_SET_SHORTCUTS 0x02ba.
Diffstat (limited to 'src/net/tmwa/playerhandler.cpp')
-rw-r--r--src/net/tmwa/playerhandler.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/tmwa/playerhandler.cpp b/src/net/tmwa/playerhandler.cpp
index 3e304e8da..cf95ed84f 100644
--- a/src/net/tmwa/playerhandler.cpp
+++ b/src/net/tmwa/playerhandler.cpp
@@ -430,4 +430,11 @@ void PlayerHandler::processWalkResponse(Net::MessageIn &msg)
BLOCK_END("PlayerHandler::processWalkResponse")
}
+void PlayerHandler::setShortcut(const int idx A_UNUSED,
+ const uint8_t type A_UNUSED,
+ const int id A_UNUSED,
+ const int level A_UNUSED) const
+{
+}
+
} // namespace TmwAthena