四灵提交

dev_chengFeng
jiaoyangna 2021-02-07 14:11:23 +08:00
parent 23bc139679
commit a4d52b42b3
1 changed files with 2 additions and 1 deletions

View File

@ -1134,7 +1134,8 @@ local function CalculateEquipTreaSureAddVal(_heroId)
local did = curHeroData.jewels[i]
local curEuipTreaSureData =
EquipTreasureManager.GetSingleTreasureByIdDyn(did) or
ExpeditionManager.GetSingleTreasureByIdDyn(did)
ExpeditionManager.GetSingleTreasureByIdDyn(did) or
MonsterCampManager.GetSingleTreasureByIdDyn(did)
if curEuipTreaSureData then
local curEuipTreaSureConfig = jewelConfig[curEuipTreaSureData.id]
for _, configInfo in ConfigPairs(jewelRankupConfig) do