xiyou_sanguo
zhangjiannan 2025-11-24 18:11:17 +08:00
parent a7404f299a
commit 930cb288a8
1 changed files with 1 additions and 1 deletions

View File

@ -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