少年修仙传客户端代码仓库
client_Wu Xijin
2019-04-26 3218953ecc76f2cbc29c02fd0c66e6ddd82b2698
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
1个文件已修改
5 ■■■■■ 已修改文件
Fight/Actor/Skill/AttackHandler.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/Actor/Skill/AttackHandler.cs
@@ -283,8 +283,9 @@
                target.KillerPos = attacker.Pos;
            }
        }
        if (canDie && target.ActorInfo.RealHp == 0)
        if (canDie
         && target.ActorInfo.RealHp == 0
         && !(StageLoad.Instance.currentStage is ClientHazyDemonKingStage))
        {
            target.Die(attacker.ServerInstID, soConfig.deadFlyId, (byte)attackType);
        }