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/tmwa/playerhandler.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/net/tmwa/playerhandler.cpp') diff --git a/src/net/tmwa/playerhandler.cpp b/src/net/tmwa/playerhandler.cpp index 71b2d55c6..ffc1b3176 100644 --- a/src/net/tmwa/playerhandler.cpp +++ b/src/net/tmwa/playerhandler.cpp @@ -207,7 +207,8 @@ void PlayerHandler::shortcutShiftRow(const int row A_UNUSED) const { } -void PlayerHandler::setViewEquipment(const bool allow A_UNUSED) const +void PlayerHandler::setConfigOption(const int id A_UNUSED, + const int data A_UNUSED) const { } -- cgit v1.2.3-70-g09d2