From 1cbd4a8965324842de6d78a565dce0663c28798d Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Tue, 7 Sep 2021 19:15:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=BA=97=E8=B4=AD=E4=B9=B0=E7=81=B5?= =?UTF-8?q?=E5=85=BD=E4=B8=8D=E5=BC=B9=E6=81=AD=E5=96=9C=E8=8E=B7=E5=BE=97?= =?UTF-8?q?=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/Shop/ShopManager.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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