| System/GatheringSoul/GatheringSoulModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/GatheringSoul/GatheringSoulModel.cs
@@ -661,6 +661,10 @@ { continue; } if (compare.itemType == GATHERSOUL_ESSENCE_TYPE) { continue; } if (item.ExistSameProperty(compare.id) && item.itemColor < compare.itemColor) { @@ -1532,6 +1536,11 @@ public bool ExistSameProperty(int compareId) { if (!model.gatherSoulPropertys.ContainsKey(compareId) || !model.gatherSoulPropertys.ContainsKey(id)) { return false; } var list = model.gatherSoulPropertys[id]; for (int i = 0; i < list.Count; i++) {