From ced4b870a7708881fbee76b5b5e06b528de359fd Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 31 十月 2025 15:56:13 +0800
Subject: [PATCH] 125 战斗 子技能收集导致部分包没收集导致的报错修复 (关羽普攻

---
 Main/Core/ResModule/ScriptableObjectLoader.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/Core/ResModule/ScriptableObjectLoader.cs b/Main/Core/ResModule/ScriptableObjectLoader.cs
index 8ef9e54..72900fa 100644
--- a/Main/Core/ResModule/ScriptableObjectLoader.cs
+++ b/Main/Core/ResModule/ScriptableObjectLoader.cs
@@ -8,7 +8,7 @@
 public class ScriptableObjectLoader
 {
 
-    public const string bundleName = "scriptableobjects";
+    public const string bundleName = "config/scriptableobject";
     
     public const string SoNewBieGuide_Suffix = "NewBieGuideStep_";
     

--
Gitblit v1.8.0