summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-06-26 22:57:13 +0300
committerAndrei Karas <akaras@inbox.ru>2019-06-26 22:57:13 +0300
commit007912d74e1e067ddd1566429aabfa5970b0525a (patch)
treed5409753342971c42fb364bd5d5cc70773ef0876 /src/net/eathena/playerhandler.h
parent653431655169659331999f4f2d63aa05cfcf3134 (diff)
downloadplus-007912d74e1e067ddd1566429aabfa5970b0525a.tar.gz
plus-007912d74e1e067ddd1566429aabfa5970b0525a.tar.bz2
plus-007912d74e1e067ddd1566429aabfa5970b0525a.tar.xz
plus-007912d74e1e067ddd1566429aabfa5970b0525a.zip
Update packet CMSG_SET_SHORTCUTS
Diffstat (limited to 'src/net/eathena/playerhandler.h')
-rw-r--r--src/net/eathena/playerhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/playerhandler.h b/src/net/eathena/playerhandler.h
index 26bb21f85..8609a3372 100644
--- a/src/net/eathena/playerhandler.h
+++ b/src/net/eathena/playerhandler.h
@@ -57,6 +57,7 @@ class PlayerHandler final : public Ea::PlayerHandler
void requestOnlineList() const override final;
void respawn() const override final;
void setShortcut(const int idx,
+ const int tab,
const uint8_t type,
const int id,
const int level) const override final;