Update - 1.12.0.120
EN: 1.12.0.120 CN: 1.12.0.120 JP: 1.12.0.124 KR: 1.12.0.124
This commit is contained in:
@@ -74,7 +74,7 @@ function JumpUtil.JumpTo(jumpId, ...)
|
||||
elseif nType == GameEnum.jumpType.DailyInstanceLevel then
|
||||
local nHard = mapJumpTo.Param[1]
|
||||
local nDailyType = mapJumpTo.Param[2]
|
||||
if nDailyType == nil or nDailyType == 0 then
|
||||
if nDailyType == nil then
|
||||
EventManager.Hit(EventId.OpenPanel, PanelId.LevelMenu, 3)
|
||||
else
|
||||
EventManager.Hit(EventId.OpenPanel, PanelId.DailyInstanceLevelSelect, nHard, nDailyType, true)
|
||||
|
||||
Reference in New Issue
Block a user