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 374c4d081..259a59a33 100644 --- a/src/net/tmwa/cashshophandler.cpp +++ b/src/net/tmwa/cashshophandler.cpp @@ -57,4 +57,8 @@ void CashShopHandler::requestPoints() const { } +void CashShopHandler::requestTab(const int tab A_UNUSED) const +{ +} + } // namespace TmwAthena |