抽卡:免费抽卡次数
This commit is contained in:
@@ -275,7 +275,7 @@ export class NormalBattleHandler {
|
||||
pushVestigeFirstMsg(roleId, roleName, serverId, warInfo.warType, warInfo.war_id);
|
||||
}
|
||||
// 是否首次3星
|
||||
if (newStar == 3 && (!isFirst || curWarStar.star != 3)) {
|
||||
if (newStar == 3 && (isFirst || curWarStar.star != 3)) {
|
||||
warReward.setCondition(1, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user