关卡:首通掉落
This commit is contained in:
@@ -267,7 +267,7 @@ export class NormalBattleHandler {
|
||||
|
||||
if (isSuccess) { // 挑战胜利
|
||||
// 是否首通
|
||||
if (!isFirst) {
|
||||
if (isFirst) {
|
||||
// await switchOnFunc(roleId, FUNC_OPT_TYPE.BATTLE_END, battleId, session);
|
||||
warReward.setCondition(0, true);
|
||||
reportTAEvent(roleId, TA_EVENT.GK_FIRST_PASS, { war_id: battleId, war_type: getWarTypeName(warInfo.warType), pass_time: Date.now(), pass_duration: nowSeconds() - getSeconds(createdAt), hero_list: dbHeroes });
|
||||
|
||||
Reference in New Issue
Block a user