summaryrefslogtreecommitdiff
path: root/src/net/tmwa/buyingstorehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/buyingstorehandler.h')
-rw-r--r--src/net/tmwa/buyingstorehandler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/tmwa/buyingstorehandler.h b/src/net/tmwa/buyingstorehandler.h
index 2eb965783..b98325acc 100644
--- a/src/net/tmwa/buyingstorehandler.h
+++ b/src/net/tmwa/buyingstorehandler.h
@@ -49,8 +49,7 @@ class BuyingStoreHandler final : public MessageHandler,
void sell(const Being *const being,
const int storeId,
- const int index,
- const int itemId,
+ const Item *const item,
const int amount) const override final;
};