主城人物段位图标隐藏

onepiece_demo_arena
wangzhenxing 2024-01-22 19:11:54 +08:00
parent 2e518db90e
commit 372367ac5e
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ function this:BindEvent()
-- LogYellow("username:"..tostring( NPCList[i].userName).." name:"..tostring(NPCList[i].name).." lv:"..tostring(NPCList[i].lv).." level:"..tostring(NPCList[i].level).." practiceLevel:"..tostring(NPCList[i].practiceLevel))
local _lv = NPCList[i].lv or NPCList[i].level or NPCList[i].userLevel
if _lv and _lv >= GlobalSysConfig[108].OpenRules[2] then
view.ImprintImg2:SetActive(true)
view.ImprintImg2:SetActive(false)
PracticeManager.SetPracticeIcon(view.ImprintImg2,NPCList[i].practiceLevel)
end
view:SetAutoMove()