名望特权bug修改

yuanshuai 2022-12-28 10:12:58 +08:00
parent a25e17fa7f
commit 84056854b4
1 changed files with 7 additions and 0 deletions

View File

@ -191,6 +191,13 @@ function this.ChangeMingWangLv()
end end
end end
end end
--如果所有都没有,说明超范围了
if this.curLevel == 0 then
this.curLevel = #growData
if this.Index == 0 then
this.Index = this.curLevel
end
end
end end
--检测名望红点 --检测名望红点