战斗力bug

This commit is contained in:
puxuan 2025-11-07 15:02:04 +08:00
parent e1565b9631
commit b4cb94eb90

View File

@ -18,6 +18,9 @@ function HeroEntity:ctor(cfgId, lv, skin, star)
self.allAttr = {}
self.attrDirty = true
self.attrBaseDirty = true
-- 基础属性里有全局属性 要优先初始化
self:_getAllBaseAttr()
end
-- region 属性