summaryrefslogtreecommitdiff
path: root/src/net/tmwa/bankhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-16 12:56:17 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-16 12:56:17 +0300
commite757d6ff680f06dc9b77d20a1d0dc79515224927 (patch)
tree94b985e36006120758876682980b7e3d98b4aef4 /src/net/tmwa/bankhandler.cpp
parent5d3d299e22ddda7700f78a0fd0c915be3788087f (diff)
downloadplus-e757d6ff680f06dc9b77d20a1d0dc79515224927.tar.gz
plus-e757d6ff680f06dc9b77d20a1d0dc79515224927.tar.bz2
plus-e757d6ff680f06dc9b77d20a1d0dc79515224927.tar.xz
plus-e757d6ff680f06dc9b77d20a1d0dc79515224927.zip
eathena: add packet CMSG_BANK_DEPOSIT 0x09a7.
Diffstat (limited to 'src/net/tmwa/bankhandler.cpp')
-rw-r--r--src/net/tmwa/bankhandler.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/bankhandler.cpp b/src/net/tmwa/bankhandler.cpp
index a76fd1e86..beff54da4 100644
--- a/src/net/tmwa/bankhandler.cpp
+++ b/src/net/tmwa/bankhandler.cpp
@@ -42,4 +42,8 @@ void BankHandler::handleMessage(Net::MessageIn &msg A_UNUSED)
{
}
+void BankHandler::deposit(const int money A_UNUSED) const
+{
+}
+
} // namespace TmwAthena