summaryrefslogtreecommitdiff
path: root/src/net/tmwa/cashshophandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-11-03 21:54:44 +0300
committerAndrei Karas <akaras@inbox.ru>2015-11-04 02:14:03 +0300
commit2288a403ad4377fbb552243e805aaf0b5a4f5a0d (patch)
treead081047290fb6cc101f43833de6f565a368cf29 /src/net/tmwa/cashshophandler.cpp
parentcd636f7e367cfb7fa2c348d00071301a480d62c3 (diff)
downloadManaVerse-2288a403ad4377fbb552243e805aaf0b5a4f5a0d.tar.gz
ManaVerse-2288a403ad4377fbb552243e805aaf0b5a4f5a0d.tar.bz2
ManaVerse-2288a403ad4377fbb552243e805aaf0b5a4f5a0d.tar.xz
ManaVerse-2288a403ad4377fbb552243e805aaf0b5a4f5a0d.zip
Allow buy from npc shop or from market more than one of item at one transaction.
Diffstat (limited to 'src/net/tmwa/cashshophandler.cpp')
-rw-r--r--src/net/tmwa/cashshophandler.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/cashshophandler.cpp b/src/net/tmwa/cashshophandler.cpp
index a0b6d64cd..e940d2a54 100644
--- a/src/net/tmwa/cashshophandler.cpp
+++ b/src/net/tmwa/cashshophandler.cpp
@@ -39,6 +39,10 @@ void CashShopHandler::buyItem(const int points A_UNUSED,
{
}
+void CashShopHandler::buyItems(std::vector<ShopItem*> &items A_UNUSED) const
+{
+}
+
void CashShopHandler::close() const
{
}