From 67a2ba7feb3576913dc2df2bce8ccc9d87840843 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 12 一月 2026 11:26:38 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/System/BeautyMM/BeautyMMTalentWin.cs |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/Main/System/BeautyMM/BeautyMMTalentWin.cs b/Main/System/BeautyMM/BeautyMMTalentWin.cs
index 93b37a3..ca05723 100644
--- a/Main/System/BeautyMM/BeautyMMTalentWin.cs
+++ b/Main/System/BeautyMM/BeautyMMTalentWin.cs
@@ -57,13 +57,23 @@
         {
             if (i % 20 == 0)
             {
-                attrScroller.AddCell(ScrollerDataType.Header, i / 20);
                 talentScroller.AddCell(ScrollerDataType.Header, i / 20);
             }
 
-            attrScroller.AddCell(ScrollerDataType.Normal, i + 1);
-            
+
         }
+        for (int i = 0; i < maxLV; i++)
+        {
+            if (i % 20 == 0)
+            {
+                attrScroller.AddCell(ScrollerDataType.Header, i / 20);
+            }
+
+            attrScroller.AddCell(ScrollerDataType.Normal, i + 1);
+        }
+
+
+
         attrScroller.Restart();
         talentScroller.Restart();
     }

--
Gitblit v1.8.0