【修行】点击加成按钮后 游戏崩溃修改

dev_chengFeng
ZhangBiao 2021-10-20 14:27:43 +08:00
parent 52ead2a89e
commit e2cb67caf3
1 changed files with 3 additions and 1 deletions

View File

@ -118,8 +118,10 @@ function RoleProInfoPopup:OnOpen(_allAddProVal,_configData,_isShowGuild,_guildSk
for _proId, go in pairs(ProGoList) do
this.SetProShow(go, _proId, _allAddProVal[_proId])
end
this.thirdlyGridP:SetActive(_isShowGuild)
if not _configData then
return
end
if _isShowGuild then
--加公会技能特殊属性
local allLv = _isShowGuild and GuildSkillManager.GetAllGuildSkillLv(_configData.Profession) or 0