lcy
2025-11-06 09bc892c7283df8757a07b646d5af21ddaa263d1
Main/System/Hero/HeroInfo.Break.cs
@@ -35,6 +35,8 @@
         for(int j = 0; j < tmpBreakConfig.AttrIDList.Length; j++)
         {
            int id = tmpBreakConfig.AttrIDList[j];
            if (id == 0)
               continue;
            if (!breakAttrs.ContainsKey(id))
            {
               breakAttrs.Add(id, tmpBreakConfig.AttrValueList[j]);