少年修仙传客户端代码仓库
hch
2019-12-14 b34b50c6efd48fb58b9d859ca10f9b3a6158cc2a
0312 召唤兽打前端怪优化
1个文件已修改
6 ■■■■ 已修改文件
Core/NetworkPackage/DTCFile/ServerPack/H06_PlayerVsNPC/DTC0614_tagUseSkillPos.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/NetworkPackage/DTCFile/ServerPack/H06_PlayerVsNPC/DTC0614_tagUseSkillPos.cs
@@ -52,8 +52,8 @@
            if (vNetData.HurtCount == 0)
            {
                //if (ClientDungeonStageUtility.isClientDungeon)
                //{
                if (ClientDungeonStageUtility.isClientDungeon || ClientSceneManager.Instance.IsClientFightMode)
                {
                    if (_attacker.ActorInfo.ownerSID != 0)
                    {
                        var _all = GAMgr.Instance.GetAll();
@@ -139,7 +139,7 @@
                        }
                        return;
                    }
                //}
                }
            }
            if (_skill.skillInfo.config.SkillType != (int)E_SkillType.MutilHurtBuffAtk)