【天宫秘宝】领取宝箱积分后秘宝红点不刷新修复

(cherry picked from commit 04f8571692)
ZhangBiao 2020-11-17 11:53:49 +08:00
parent 90f0ea6b67
commit db9facba90
1 changed files with 1 additions and 0 deletions

View File

@ -4200,6 +4200,7 @@ function NetManager.TreasureOfHeavenScoreRequest(func)
local msg = Expedition_pb.ExpeditionTreasureInfoResponse()
msg:ParseFromString(data)
TreasureOfHeavenManger.UpdateData(msg)
CheckRedPointStatus(RedPointType.Expedition_Treasure)
if func then
func(msg)
end