xiyou_sanguo
parent
a7404f299a
commit
930cb288a8
|
|
@ -326,7 +326,7 @@ end
|
|||
function FightPointPassMainPanel:BindEvent()
|
||||
invadeMonster:BindEvent()
|
||||
Util.AddClick(this.btn_auto, function()
|
||||
if OperatingManager.IsBuyGift(2203) == false or CheckFunctionOpen(FUNCTION_OPEN_TYPE.AutoSoliderDraw) == false then
|
||||
if OperatingManager.IsBuyGift(2203) == false and CheckFunctionOpen(FUNCTION_OPEN_TYPE.AutoSoliderDraw) == false then
|
||||
local tip = GetFunctionOpenTip(FUNCTION_OPEN_TYPE.AutoSoliderDraw)
|
||||
PopupTipPanel.ShowTip(string.format(Language[10745], tip))
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in New Issue