From 7df8b5af14ad1162a31aba0214a8372f20a474ca Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期三, 31 十月 2018 11:53:11 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 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