hch
2025-10-30 783c9e76bb8d82cd51605566fce46495a9f99442
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();
            }
        }