diff options
Diffstat (limited to 'src/net/tmwa/markethandler.cpp')
-rw-r--r-- | src/net/tmwa/markethandler.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/markethandler.cpp b/src/net/tmwa/markethandler.cpp index b9dbfa4bb..4eb36c841 100644 --- a/src/net/tmwa/markethandler.cpp +++ b/src/net/tmwa/markethandler.cpp @@ -43,4 +43,8 @@ void MarketHandler::buyItem(const int itemId A_UNUSED, { } +void MarketHandler::buyItems(std::vector<ShopItem*> &items A_UNUSED) const +{ +} + } // namespace TmwAthena |