漏提交

dev_chengFeng
yuanshuai 2022-09-19 18:05:46 +08:00
parent 1540876166
commit f23ef79935
1 changed files with 2 additions and 1 deletions

View File

@ -149,7 +149,8 @@ function PokemonSummonTenResultPanel:OnOpen(...)
if itemId == 16 and isActive then
local currPrivilege = privilegeConfig[3004]
local curShenzunLv=GetShenzunLv()
itemNum = itemNum*(1+currPrivilege.Condition[curShenzunLv][2]/10000)
local conditionIndex=curShenzunLv+1
itemNum = itemNum*(1+currPrivilege.Condition[conditionIndex][2]/10000)
end
if itemId ==16 then
this.tipText.gameObject:SetActive(true)