diff options
Diffstat (limited to 'src/net/tmwa/buyingstorehandler.cpp')
-rw-r--r-- | src/net/tmwa/buyingstorehandler.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/buyingstorehandler.cpp b/src/net/tmwa/buyingstorehandler.cpp index 160a6b270..c4b473ad6 100644 --- a/src/net/tmwa/buyingstorehandler.cpp +++ b/src/net/tmwa/buyingstorehandler.cpp @@ -49,4 +49,8 @@ void BuyingStoreHandler::create(const std::string &name A_UNUSED, { } +void BuyingStoreHandler::close() const +{ +} + } // namespace TmwAthena |