diff options
Diffstat (limited to 'src/net/tmwa/cashshophandler.cpp')
-rw-r--r-- | src/net/tmwa/cashshophandler.cpp | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/net/tmwa/cashshophandler.cpp b/src/net/tmwa/cashshophandler.cpp index 45a4aaacb..a0b6d64cd 100644 --- a/src/net/tmwa/cashshophandler.cpp +++ b/src/net/tmwa/cashshophandler.cpp @@ -27,21 +27,11 @@ extern Net::CashShopHandler *cashShopHandler; namespace TmwAthena { -CashShopHandler::CashShopHandler() : - MessageHandler() +CashShopHandler::CashShopHandler() { - static const uint16_t _messages[] = - { - 0 - }; - handledMessages = _messages; cashShopHandler = this; } -void CashShopHandler::handleMessage(Net::MessageIn &msg A_UNUSED) -{ -} - void CashShopHandler::buyItem(const int points A_UNUSED, const int itemId A_UNUSED, const ItemColor color A_UNUSED, |