summaryrefslogtreecommitdiff
path: root/src/net/tmwa/battlegroundhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-29 14:21:43 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-29 14:21:43 +0300
commit32bf758a1267689cac65e10f69c73b8efa40bb94 (patch)
tree243fa0514f41877c029bd750c878c212e3eac06e /src/net/tmwa/battlegroundhandler.cpp
parent97db9f1a4f677fe0433b7cad65b5146f5c7c9c00 (diff)
downloadManaVerse-32bf758a1267689cac65e10f69c73b8efa40bb94.tar.gz
ManaVerse-32bf758a1267689cac65e10f69c73b8efa40bb94.tar.bz2
ManaVerse-32bf758a1267689cac65e10f69c73b8efa40bb94.tar.xz
ManaVerse-32bf758a1267689cac65e10f69c73b8efa40bb94.zip
eathena: add packet CMSG_BATTLE_CHECK_STATE 0x090a.
Diffstat (limited to 'src/net/tmwa/battlegroundhandler.cpp')
-rw-r--r--src/net/tmwa/battlegroundhandler.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/battlegroundhandler.cpp b/src/net/tmwa/battlegroundhandler.cpp
index 916e27a33..e9a26180b 100644
--- a/src/net/tmwa/battlegroundhandler.cpp
+++ b/src/net/tmwa/battlegroundhandler.cpp
@@ -58,4 +58,8 @@ void BattleGroundHandler::beginAck(const bool result A_UNUSED,
{
}
+void BattleGroundHandler::checkState(const std::string &name A_UNUSED) const
+{
+}
+
} // namespace TmwAthena