diff --git a/webapp/controller/BattleController.class.php b/webapp/controller/BattleController.class.php index 98e337d8..f444bf35 100644 --- a/webapp/controller/BattleController.class.php +++ b/webapp/controller/BattleController.class.php @@ -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(