【装备】摘星阁属性
parent
f20f722177
commit
b316eccd7c
|
@ -621,6 +621,7 @@ end
|
|||
|
||||
|
||||
function this.updateHomeLandEquipLv()
|
||||
if this.equipDatas then
|
||||
for key, value in pairs(this.equipDatas) do
|
||||
value.HomeEquipLv = function()
|
||||
local data = HomeLandManager.EquipData[value.position]
|
||||
|
@ -631,6 +632,7 @@ function this.updateHomeLandEquipLv()
|
|||
end
|
||||
value.homeEquipLv = value.HomeEquipLv()
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
return HarmonyManager
|
Loading…
Reference in New Issue