System/Skill/QuickSetting.cs
@@ -36,7 +36,7 @@ var quickRange = quickSettingDic[type]; if (index * quickRange.single + value.Length > quickRange.length || value.Length > quickRange.single) { DesignDebug.LogErrorFormat("存储的数据超过最大长度!{0}", type); DebugEx.LogErrorFormat("存储的数据超过最大长度!{0}", type); return; } textBuilder.Length = 0;