From 37976a30f4f6ae3cb7fa25a54b640ae37b608bdf Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 14 Jul 2018 01:54:02 +0300 Subject: Rename packet CMSG_PLAYER_SET_EQUIPMENT_VISIBLE into CMSG_SET_CONFIG_OPTION. For now unused. --- src/net/eathena/playerhandler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/net/eathena/playerhandler.h') 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, -- cgit v1.2.3-60-g2f50