【七界试炼】修复跨天红点不刷新的维妮塔

dev_chengFeng
gaoxin 2021-10-27 15:14:47 +08:00
parent 266d3088e7
commit a1449fd504
1 changed files with 8 additions and 0 deletions

View File

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