hch
10 天以前 9a279f036ab7480f5ecd1a4e46b5a8af2d4f890d
Main/System/Main/AutoFightModel.cs
@@ -380,7 +380,7 @@
        long showFightPower = FightPowerManager.Instance.GetFightPowerChange(item);
        if (showFightPower < 0)
        if (showFightPower <= 0)
        {
            EquipModel.Instance.SendEquipOP(new ushort[] { (ushort)item.gridIndex }, 1);
            return true;