yyl
2026-01-29 25415505272e1890f8b02f34fcb81dd81d86d0e9
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;