| System/FindPrecious/PersonalBossWin.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/FindPrecious/PersonalBossWin.cs
@@ -115,6 +115,9 @@ case 4: SysNotifyMgr.Instance.ShowTip("DungeonNoGO"); break; case 5: SysNotifyMgr.Instance.ShowTip("DemonJar_Text2"); break; } } @@ -144,6 +147,11 @@ _error = 3; return false; } if (!model.IsPlayerLevelEnough(model.selectedBoss)) { _error = 5; return false; } var mapConfig = MapConfig.Get(PlayerDatas.Instance.baseData.MapID); if (mapConfig.MapFBType != (int)MapType.OpenCountry && PlayerDatas.Instance.baseData.MapID != 31020)