System/Treasure/TreasureLevelUpWin.cs
@@ -1132,9 +1132,9 @@ var _propertyCfg = Config.Instance.Get<PlayerPropertyConfig>(_key); m_TreasureStageDesc.text = StringUtility.Contact(_propertyCfg.Name, " +", UIHelper.ReplaceLargeNum(_nextStage.propertyDict[_key])); if (GeneralConfig.Instance.propertyIconDict.ContainsKey(_key)) if (GeneralDefine.propertyIconDict.ContainsKey(_key)) { m_CurrentStageIcon.SetSprite(GeneralConfig.Instance.propertyIconDict[_key]); m_CurrentStageIcon.SetSprite(GeneralDefine.propertyIconDict[_key]); } break; }