名望特权bug修改
parent
a25e17fa7f
commit
84056854b4
|
|
@ -191,6 +191,13 @@ function this.ChangeMingWangLv()
|
|||
end
|
||||
end
|
||||
end
|
||||
--如果所有都没有,说明超范围了
|
||||
if this.curLevel == 0 then
|
||||
this.curLevel = #growData
|
||||
if this.Index == 0 then
|
||||
this.Index = this.curLevel
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
--检测名望红点
|
||||
|
|
|
|||
Loading…
Reference in New Issue