From 3d1770d40bb11292d79bbdf0a6c9e628509632d5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 9 Sep 2014 00:41:19 +0300 Subject: eathena: add packet CMSG_SET_SHORTCUTS 0x02ba. --- src/net/tmwa/playerhandler.cpp | 7 +++++++ src/net/tmwa/playerhandler.h | 5 +++++ 2 files changed, 12 insertions(+) (limited to 'src/net/tmwa') 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 diff --git a/src/net/tmwa/playerhandler.h b/src/net/tmwa/playerhandler.h index a3e62ae10..7b4eed209 100644 --- a/src/net/tmwa/playerhandler.h +++ b/src/net/tmwa/playerhandler.h @@ -60,6 +60,11 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler void respawn() const override final; + void setShortcut(const int idx, + const uint8_t type, + const int id, + const int level) const override final; + protected: void processPlayerStatUpdate5(Net::MessageIn &msg); -- cgit v1.2.3-70-g09d2