From 7df47310cba40daf9f29fbebfddef8b978b2770f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 12 Mar 2015 15:04:24 +0300 Subject: eathena: add partial support for packet SMSG_PLAYER_STORAGE_PASSWORD 0x023a. --- src/net/eathena/inventoryhandler.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/net/eathena/inventoryhandler.cpp') diff --git a/src/net/eathena/inventoryhandler.cpp b/src/net/eathena/inventoryhandler.cpp index c42e31903..52f793eb9 100644 --- a/src/net/eathena/inventoryhandler.cpp +++ b/src/net/eathena/inventoryhandler.cpp @@ -110,6 +110,7 @@ InventoryHandler::InventoryHandler() : SMSG_PLAYER_REPAIR_LIST, SMSG_PLAYER_REPAIR_EFFECT, SMSG_PLAYER_REFINE_LIST, + SMSG_PLAYER_STORAGE_PASSWORD, 0 }; handledMessages = _messages; @@ -258,6 +259,10 @@ void InventoryHandler::handleMessage(Net::MessageIn &msg) processPlayerRefineList(msg); break; + case SMSG_PLAYER_STORAGE_PASSWORD: + processPlayerStoragePassword(msg); + break; + default: break; } @@ -1042,4 +1047,11 @@ void InventoryHandler::processPlayerRefineList(Net::MessageIn &msg) menu = MenuType::WeaponeRefine; } +void InventoryHandler::processPlayerStoragePassword(Net::MessageIn &msg) +{ + UNIMPLIMENTEDPACKET; + + msg.readInt16("info"); +} + } // namespace EAthena -- cgit v1.2.3-60-g2f50