yyl
2025-10-30 4e41975b0c62fa10ab571b0c9ad0690754762b6a
Main/System/Battle/Skill/SkillBase.cs
@@ -150,7 +150,7 @@
            
            if (hintConfig != null)
            {
                caster.heroInfoBar.ShowTips(((char)hintConfig.prefix).ToString(), true);
                caster.heroInfoBar.ShowTips(((char)hintConfig.prefix).ToString(), true, false, 1.25f);
                // Debug.Break();
            }
        }