summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-14 01:54:02 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-14 01:54:02 +0300
commit37976a30f4f6ae3cb7fa25a54b640ae37b608bdf (patch)
tree787e862ce3c48be339906baeb13dd3bbf513e380 /src/net/eathena/playerhandler.h
parent21ff910b7b30b1a515db24e890d3a7b443b2d859 (diff)
downloadplus-37976a30f4f6ae3cb7fa25a54b640ae37b608bdf.tar.gz
plus-37976a30f4f6ae3cb7fa25a54b640ae37b608bdf.tar.bz2
plus-37976a30f4f6ae3cb7fa25a54b640ae37b608bdf.tar.xz
plus-37976a30f4f6ae3cb7fa25a54b640ae37b608bdf.zip
Rename packet CMSG_PLAYER_SET_EQUIPMENT_VISIBLE into CMSG_SET_CONFIG_OPTION.
For now unused.
Diffstat (limited to 'src/net/eathena/playerhandler.h')
-rw-r--r--src/net/eathena/playerhandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/playerhandler.h b/src/net/eathena/playerhandler.h
index c98b7f885..1a46a6427 100644
--- a/src/net/eathena/playerhandler.h
+++ b/src/net/eathena/playerhandler.h
@@ -68,7 +68,8 @@ class PlayerHandler final : public Ea::PlayerHandler
void explosionSpirits() const override final;
void requestPvpInfo() const override final;
void revive() const override final;
- void setViewEquipment(const bool allow) const override final;
+ void setConfigOption(const int id,
+ const int data) const override final;
void selectStyle(const int headColor,
const int headStyle,
const int bodyColor,