【玉虚】商店跳转添加

dev_chengFeng
gaoxin 2021-09-09 15:16:41 +08:00
parent 60b842e2ab
commit 065734184e
2 changed files with 3 additions and 2 deletions

View File

@ -1476,6 +1476,7 @@ FUNCTION_OPEN_TYPE = {
guajigongneng = 89,--挂机多人
FIGHTLEVEL = 107,--山河社稷图
PRACTICE = 108,--修行
JumpServer_YuXu = 111, -- 玉虚论道
}

View File

@ -139,11 +139,11 @@ function WorldArenaMainPanel:BindEvent()
end)
--商店按钮
Util.AddClick(this.StoreBtn, function()
if not ActTimeCtrlManager.SingleFuncState(FUNCTION_OPEN_TYPE.ARENA) then
if not ActTimeCtrlManager.SingleFuncState(FUNCTION_OPEN_TYPE.JumpServer_YuXu) then
PopupTipPanel.ShowTip(Language[10075])
return
end
JumpManager.GoJump(20010)
JumpManager.GoJump(40032)
end)