From 7bec42b81c4eaa36babea411edd4e8ecab762ac1 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 30 十月 2018 17:50:39 +0800
Subject: [PATCH] 4424 【前端】【1.2.0】Boss之家去除疲劳值设定
---
System/MainInterfacePanel/InGamePushContainer.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/InGamePushContainer.cs b/System/MainInterfacePanel/InGamePushContainer.cs
index db488e9..ce6cc97 100644
--- a/System/MainInterfacePanel/InGamePushContainer.cs
+++ b/System/MainInterfacePanel/InGamePushContainer.cs
@@ -224,7 +224,7 @@
show = !GeneralDefine.worldBossNoRebornRemindMaps.Contains(mapId);
break;
case FindPreciousType.BossHome:
- killable = bossHomeModel.wearyValue < vipModel.GetVipPrivilegeCnt(VipPrivilegeType.BossHomeAwardLimit);
+ killable = true;
show = !GeneralDefine.bossHomeNoRebornRemindMaps.Contains(mapId);
break;
case FindPreciousType.ElderGodArea:
--
Gitblit v1.8.0