summaryrefslogtreecommitdiff
path: root/src/net/tmwa/inventoryhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/inventoryhandler.h')
-rw-r--r--src/net/tmwa/inventoryhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/inventoryhandler.h b/src/net/tmwa/inventoryhandler.h
index d8caf7a84..5b3a48172 100644
--- a/src/net/tmwa/inventoryhandler.h
+++ b/src/net/tmwa/inventoryhandler.h
@@ -90,6 +90,8 @@ class InventoryHandler final : public MessageHandler,
static void processPlayerStorageEquip(Net::MessageIn &msg);
static void processPlayerStorageAdd(Net::MessageIn &msg);
+
+ static void processPlayerStorageRemove(Net::MessageIn &msg);
};
} // namespace TmwAthena