【森罗幻境】boss不生成修改

dev_chengFeng
ZhangBiao 2021-05-07 15:10:06 +08:00
parent 782588b1ef
commit 02be5bb730
1 changed files with 1 additions and 1 deletions

View File

@ -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()