| System/Strengthening/StrengthenModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Strengthening/StrengthenModel.cs
@@ -151,6 +151,10 @@ { int Type = GameDefineIndex(EquippedWith); ItemPlusConfig _tagItemPlue = ItemPlusConfig.GetTypeAndGrade(Type, EquipmentLevel); if (_tagItemPlue == null) { return; } if (DicEquip.ContainsKey(EquippedWith)) { DicEquip[EquippedWith].CurrentLevel = EquipmentLevel;