This commit is contained in:
aozhiwei 2024-08-30 14:52:03 +08:00
parent 692eda0bef
commit 698cc2d85e

View File

@ -850,6 +850,15 @@ class BattleController extends BaseAuthedController {
myself()->_updateUserInfo(array(
'already_newbie_battle' => 1,
));
myself()->_addTgLog('newBieBattle', array(
'zone_id' => $zoneId,
'node_id' => $nodeId,
'mode_id' => $modeId,
'map_id' => $mapId,
'room_uuid' => $roomUuid,
'start_time' => $startTime,
'match_mode' => $currSeason ? 1 : 0,
));
}
if (!mt\MapMode::checkLimitTime($mapModeMeta)) {
error_log(json_encode(array(