少年修仙传客户端代码仓库
client_Hale
2019-06-25 ebca0075cd76cf4476c56b799e6f044b29a27801
382 技能刷新CD问题修复
1个文件已修改
3 ■■■■■ 已修改文件
Fight/Actor/Skill/Skill.cs 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/Actor/Skill/Skill.cs
@@ -215,12 +215,15 @@
        if (skillInfo.config != null)
        {
            cd = skillInfo.config.CoolDownTime * Constants.F_GAMMA;
            if (OwnerID == PlayerDatas.Instance.PlayerId)
            {
            if (RefreshCD != null)
            {
                RefreshCD(id, cd, cd);
            }
        }
    }
    }
    public void Update()
    {