From 8e22df2298b30f9ce055d8d2c1492f706c92bbc2 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 21 Sep 2023 17:41:44 +0800 Subject: [PATCH] 1 --- server/gameserver/custom_battle.cc | 1 + 1 file changed, 1 insertion(+) 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; }