| System/Compose/New/ComposeWinModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Compose/New/ComposeWinModel.cs
@@ -861,7 +861,9 @@ public bool CheckIsComposeByType(int firstType,int secondType,int thirdType) { ItemCompoundConfig itemCompound = GetThirdTypeModellist(firstType,secondType,thirdType)[0]; ItemCompoundConfig itemCompound = ItemCompoundConfig.GetItemCompoundByType(firstType, secondType, thirdType); if (itemCompound == null) return false; if (itemCompound.levelNeed <= PlayerDatas.Instance.baseData.LV) { return true;