少年修仙传客户端代码仓库
client_Hale
2019-01-18 ff56154906b977af79e88d3a0a34c4101353d11d
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
2个文件已修改
4 ■■■■ 已修改文件
System/FairyAu/FairyLeagueResPointBehaviour.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/OpenServerActivity/OpenServiceAchievementCell.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/FairyAu/FairyLeagueResPointBehaviour.cs
@@ -195,7 +195,7 @@
            var _hero = PlayerDatas.Instance.hero;
            if (_hero != null)
            {
                _hero.Behaviour.StopHandupAI();
                _hero.Behaviour.StopHandupAI(true);
                SnxxzGame.Instance.StartCoroutine(Co_HeroMoveToPos(new Vector3(_buffPos.x, 0, _buffPos.y),
                    _help.fairyWarBuffs[_index].NPCID));
            }
System/OpenServerActivity/OpenServiceAchievementCell.cs
@@ -45,7 +45,7 @@
            {
                RemainingNum = (WeekPartyAction.TotalTimes - rewardNum) / WeekPartyAction.SingleTimes;
            }
            if (WeekPartyAction.TotalTimes  -carryOutNum> 0)
            if (WeekPartyAction.TotalTimes  -carryOutNum> 0 && RemainingNum>0)
            {
                m_TextA.text = Language.Get("OSA_1", RemainingNum);
            }