diff --git a/server/gameserver/custom_battle.cc b/server/gameserver/custom_battle.cc index 868a3298..205ac1f9 100644 --- a/server/gameserver/custom_battle.cc +++ b/server/gameserver/custom_battle.cc @@ -80,6 +80,7 @@ void CustomBattle::ParseResult(a8::XObject& obj) bool CustomBattle::CanAdd(const std::string& account_id, const std::string& session_id) { + auto member = GetMemberByAccountId(account_id); return true; }