diff options
Diffstat (limited to 'src/net/eathena/inventoryhandler.h')
-rw-r--r-- | src/net/eathena/inventoryhandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/inventoryhandler.h b/src/net/eathena/inventoryhandler.h index 53051a4f9..2b795c68c 100644 --- a/src/net/eathena/inventoryhandler.h +++ b/src/net/eathena/inventoryhandler.h @@ -57,6 +57,9 @@ class InventoryHandler final : public MessageHandler, const int slot, const int amount, const int destination) const override final; + + protected: + void processPlayerEquipment(Net::MessageIn &msg); }; } // namespace EAthena |