diff options
Diffstat (limited to 'src/net/tmwa/cashshophandler.cpp')
-rw-r--r-- | src/net/tmwa/cashshophandler.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/cashshophandler.cpp b/src/net/tmwa/cashshophandler.cpp index 259a59a33..c9fecd9fb 100644 --- a/src/net/tmwa/cashshophandler.cpp +++ b/src/net/tmwa/cashshophandler.cpp @@ -61,4 +61,8 @@ void CashShopHandler::requestTab(const int tab A_UNUSED) const { } +void CashShopHandler::schedule() const +{ +} + } // namespace TmwAthena |