1
This commit is contained in:
parent
692eda0bef
commit
698cc2d85e
@ -850,6 +850,15 @@ class BattleController extends BaseAuthedController {
|
|||||||
myself()->_updateUserInfo(array(
|
myself()->_updateUserInfo(array(
|
||||||
'already_newbie_battle' => 1,
|
'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)) {
|
if (!mt\MapMode::checkLimitTime($mapModeMeta)) {
|
||||||
error_log(json_encode(array(
|
error_log(json_encode(array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user