This commit is contained in:
hujiabin 2024-04-25 20:06:12 +08:00
parent f1bf4ef8ac
commit 0e04469458

View File

@ -530,6 +530,7 @@ class TameBattleDataService extends BaseService {
$data = array(
"battle_uuid" => $battleUuid,
"map_mode_id" => getXVal($this->allInfo,'map_mode_id', 0),
"map_mode" => getXVal($this->allInfo,'map_mode', 0),
"room_mode" => getXVal($this->allInfo,'room_mode', 0),
"pvp_mode" => $pvp_mode,
"team_mode" => getXVal($this->allInfo,'team_mode', 0),