summaryrefslogtreecommitdiff
path: root/src/net/eathena/bankhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/bankhandler.cpp')
-rw-r--r--src/net/eathena/bankhandler.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/bankhandler.cpp b/src/net/eathena/bankhandler.cpp
index 1d7116004..bc393faa1 100644
--- a/src/net/eathena/bankhandler.cpp
+++ b/src/net/eathena/bankhandler.cpp
@@ -68,4 +68,10 @@ void BankHandler::withdraw(const int money) const
outMsg.writeInt32(money, "money");
}
+void BankHandler::check() const
+{
+ MessageOut outMsg(CMSG_BANK_CHECK);
+ outMsg.writeInt32(0, "account id");
+}
+
} // namespace EAthena