diff --git a/Assets/ManagedResources/~Lua/Modules/Shop/ShopManager.lua b/Assets/ManagedResources/~Lua/Modules/Shop/ShopManager.lua index 21b3601cde..aa91dcd437 100644 --- a/Assets/ManagedResources/~Lua/Modules/Shop/ShopManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Shop/ShopManager.lua @@ -180,8 +180,8 @@ function this.RequestBuyShopItem(shopType, shopItemId, num, func,isShowReward) if msg.drop.itemlist and #msg.drop.itemlist > 0 or msg.drop.equipId and #msg.drop.equipId > 0 or msg.drop.Hero and #msg.drop.Hero > 0 or - msg.drop.soulEquip and #msg.drop.soulEquip > 0-- or - -- msg.drop.especialEquipId and #msg.drop.especialEquipId > 0 + msg.drop.soulEquip and #msg.drop.soulEquip > 0 or + msg.drop.pokemon ~= nil and #msg.drop.pokemon > 0 --msg.drop.especialEquipId and #msg.drop.especialEquipId > 0 then if isShowReward and isShowReward == 0 then else