Main/System/Main/AutoFightWin.cs
@@ -232,6 +232,7 @@ if (isOK) { AutoFightModel.Instance.isAutoAttackSet = false; AutoFightModel.Instance.isAutoAttack = false; AutoFightModel.Instance.fightCost = int.Parse(costText.text); AutoFightModel.Instance.fightSpeed = int.Parse(speedText.text); AutoFightModel.Instance.isStopFightByBetterEquip = betterEquipToggle.isOn;