少年修仙传客户端代码仓库
client_Hale
2019-06-25 ebca0075cd76cf4476c56b799e6f044b29a27801
Fight/Actor/Skill/Skill.cs
@@ -215,9 +215,12 @@
        if (skillInfo.config != null)
        {
            cd = skillInfo.config.CoolDownTime * Constants.F_GAMMA;
            if (RefreshCD != null)
            if (OwnerID == PlayerDatas.Instance.PlayerId)
            {
                RefreshCD(id, cd, cd);
                if (RefreshCD != null)
                {
                    RefreshCD(id, cd, cd);
                }
            }
        }
    }