商店购买灵兽不弹恭喜获得修改
parent
2972a973c5
commit
1cbd4a8965
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue