summaryrefslogtreecommitdiff
path: root/src/net/tmwa/cashshophandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-02 20:58:41 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-02 20:58:41 +0300
commit84d2bab38202cd52b5eb0a37c12204ab6f607915 (patch)
tree2f3951b2f4f3b75f190eb2539979cc4afbace27c /src/net/tmwa/cashshophandler.cpp
parent40730c4fa73d403cf7284a76d9b26f7ec662afa4 (diff)
downloadManaVerse-84d2bab38202cd52b5eb0a37c12204ab6f607915.tar.gz
ManaVerse-84d2bab38202cd52b5eb0a37c12204ab6f607915.tar.bz2
ManaVerse-84d2bab38202cd52b5eb0a37c12204ab6f607915.tar.xz
ManaVerse-84d2bab38202cd52b5eb0a37c12204ab6f607915.zip
Remove MessageHandler class
Diffstat (limited to 'src/net/tmwa/cashshophandler.cpp')
-rw-r--r--src/net/tmwa/cashshophandler.cpp12
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,