Main/System/Main/AutoFightModel.cs
@@ -158,7 +158,7 @@
        if (item == null)
            return true;
        long showFightPower = FightPowerManager.Instance.GetFightPowerChange(item);
        long showFightPower = FightPowerManager.Instance.GetFightPowerChangeSimple(item);
        if (showFightPower < 0)
        {