diff options
Diffstat (limited to 'src/net/eathena/playerhandler.h')
-rw-r--r-- | src/net/eathena/playerhandler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/eathena/playerhandler.h b/src/net/eathena/playerhandler.h index cc6804164..38a6b3d25 100644 --- a/src/net/eathena/playerhandler.h +++ b/src/net/eathena/playerhandler.h @@ -59,6 +59,10 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler void requestOnlineList() const override final; 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); |