【七界试炼】修复跨天红点不刷新的维妮塔
parent
266d3088e7
commit
a1449fd504
|
@ -23,6 +23,14 @@ function this.Initialize()
|
|||
this.treasureActiveList = {}
|
||||
this.InitTreasureData()
|
||||
this.battleResult = {}
|
||||
|
||||
-- 特权刷新时,刷新红点
|
||||
Game.GlobalEvent:AddEvent(GameEvent.Privilege.OnPrivilegeUpdate, function(PrivilegeId)
|
||||
if PrivilegeId == 3201 then
|
||||
-- 检测七界试炼红点
|
||||
CheckRedPointStatus(RedPointType.QiJieShiLian)
|
||||
end
|
||||
end)
|
||||
end
|
||||
|
||||
function this.InitTreasureData()
|
||||
|
|
Loading…
Reference in New Issue