From 02be5bb730ad4657b4de239b2e3e77f611da7a8a Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Fri, 7 May 2021 15:10:06 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=A3=AE=E7=BD=97=E5=B9=BB=E5=A2=83?= =?UTF-8?q?=E3=80=91boss=E4=B8=8D=E7=94=9F=E6=88=90=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Carbon/CarbonManager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonManager.lua b/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonManager.lua index 0680576bba..31b5e87d84 100644 --- a/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonManager.lua @@ -521,7 +521,7 @@ function this.InitQuickFightData(monsterGroupId, eventId, msg) Game.GlobalEvent:DispatchEvent(GameEvent.Map.PointRemove, MapManager.curTriggerPos) elseif this.difficulty == 2 then Game.GlobalEvent:DispatchEvent(GameEvent.Map.PointRemove, MapManager.curTriggerPos) - if data.drop and (#data.drop.itemlist > 0 and #data.drop.equipId > 0 and #data.drop.Hero > 0 and #data.drop.soulEquip > 0 and #data.drop.pokemon > 0) then + if data.drop and (#data.drop.itemlist > 0 or #data.drop.equipId > 0 or #data.drop.Hero > 0 or #data.drop.soulEquip > 0 or #data.drop.pokemon > 0) then UIManager.OpenPanel(UIName.RewardItemPopup,data.drop,1,func) else func()