From b93c1274421ac99c287abc71ea1a88ce0a3a4d89 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 21 Oct 2022 21:04:36 +0800 Subject: [PATCH] 1 --- webapp/services/BattleDataService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/services/BattleDataService.php b/webapp/services/BattleDataService.php index 3612afe7..e8325ee0 100644 --- a/webapp/services/BattleDataService.php +++ b/webapp/services/BattleDataService.php @@ -642,7 +642,7 @@ class BattleDataService extends BaseService { if (!( $instanceId == mt\PveGemini::FIRST_INSTANCE_ID || $userInfo['pve_instance_id'] == $instanceId || - $userInfo['pve_instance_id'] == $instanceId + 1) + $userInfo['pve_instance_id'] + 1 == $instanceId) ) { $this->pveGeminiMeta = null; }