【修行】点击加成按钮后 游戏崩溃修改
parent
52ead2a89e
commit
e2cb67caf3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue