【首领关卡】不允许跳过提示修改
parent
b22b8abd6a
commit
02b3f94761
|
@ -125,7 +125,7 @@ function this:BindEvent()
|
||||||
PopupTipPanel.ShowTip(Language[12237])
|
PopupTipPanel.ShowTip(Language[12237])
|
||||||
end)
|
end)
|
||||||
Util.AddClick(this.LevelBossLock, function ()
|
Util.AddClick(this.LevelBossLock, function ()
|
||||||
PopupTipPanel.ShowTip("首领关卡不允许跳过!")
|
PopupTipPanel.ShowTip("首领关卡无法跳过!")
|
||||||
end)
|
end)
|
||||||
|
|
||||||
local pauseTime = 31
|
local pauseTime = 31
|
||||||
|
|
Loading…
Reference in New Issue