Main/System/Main/MainWin.cs
@@ -351,9 +351,15 @@ if (tmpHero != null) { AutoFightModel.Instance.fightingHeroSkinID = tmpHero.SkinID; fightHeroImg.SetOrgSprite(HeroSkinConfig.Get(AutoFightModel.Instance.fightingHeroSkinID).SquareIcon, "HeroHead"); } else { Debug.LogError("没有找到下一个攻击武将"); return; } } fightHeroImg.SetOrgSprite(HeroSkinConfig.Get(AutoFightModel.Instance.fightingHeroSkinID).SquareIcon, "HeroHead"); } void OnSkillCast(bool isfighting)