好友宝物修改提交
parent
ed7c2d9d5e
commit
1757b3cad7
|
@ -3728,7 +3728,7 @@ function this.CheckIsUpTreasure(Did,index)
|
||||||
if not Did then
|
if not Did then
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
local curEquipData = EquipTreasureManager.GetSingleEquipTreasreData(Did)
|
local curEquipData = EquipTreasureManager.GetSingleEquipTreasreData(Did) or ExpeditionManager.GetSingleTreasureByIdDyn(Did) or GoodFriendManager.GetSingleTreasureByIdDyn(Did)
|
||||||
local isMax,isMatEnough,items
|
local isMax,isMatEnough,items
|
||||||
local indexType = curEquipData.equipType == 1 and HarmonyAddType.HunSoulPrint or HarmonyAddType.LingSoulPrint
|
local indexType = curEquipData.equipType == 1 and HarmonyAddType.HunSoulPrint or HarmonyAddType.LingSoulPrint
|
||||||
if index == 1 then
|
if index == 1 then
|
||||||
|
|
Loading…
Reference in New Issue