十绝阵红点刷新修复

dev_chengFeng
ZhangBiao 2020-07-22 17:28:34 +08:00
parent f1ab5780e4
commit 10bb654c40
1 changed files with 5 additions and 0 deletions

View File

@ -424,6 +424,11 @@ function this.GuildRefreshDeathPosStatus(buffer)
msg:ParseFromString(data)
Log(Language[11410]..msg.status)
DeathPosManager.status=msg.status
if msg.status == 1 then
DeathPosManager.battleTime=DeathPosManager.maxBattleTime
else
DeathPosManager.battleTime = 0
end
Game.GlobalEvent:DispatchEvent(GameEvent.Guild.RefreshDeathPosStatus)
end