少年修仙传客户端代码仓库
client_Wu Xijin
2018-08-21 235bcd926eace77cefda8fd532248d56dedb4e7e
2452 【前端】充值、福利、活动界面整合1
1个文件已修改
4 ■■■■ 已修改文件
System/BossReborn/BossRebornModel.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/BossReborn/BossRebornModel.cs
@@ -35,7 +35,7 @@
        {
            get
            {
                return bossRebornPoint.state == RedPointState.Simple;
                return bossRebornPoint.state == RedPointState.GetReward;
            }
        }
@@ -168,7 +168,7 @@
                    }
                }
                bossRebornPoint.state = rewardable ? RedPointState.Simple : RedPointState.None;
                bossRebornPoint.state = rewardable ? RedPointState.GetReward : RedPointState.None;
            }
        }