【装备】摘星阁属性

dev_chengFeng
ZhangBiao 2022-01-18 10:19:36 +08:00
parent f20f722177
commit b316eccd7c
1 changed files with 9 additions and 7 deletions

View File

@ -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