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 c4b473ad6..a0f3d9194 100644 --- a/src/net/tmwa/buyingstorehandler.cpp +++ b/src/net/tmwa/buyingstorehandler.cpp @@ -53,4 +53,8 @@ void BuyingStoreHandler::close() const { } +void BuyingStoreHandler::open(const Being *const being A_UNUSED) const +{ +} + } // namespace TmwAthena |