十绝阵红点刷新修复
parent
f1ab5780e4
commit
10bb654c40
|
@ -424,6 +424,11 @@ function this.GuildRefreshDeathPosStatus(buffer)
|
||||||
msg:ParseFromString(data)
|
msg:ParseFromString(data)
|
||||||
Log(Language[11410]..msg.status)
|
Log(Language[11410]..msg.status)
|
||||||
DeathPosManager.status=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)
|
Game.GlobalEvent:DispatchEvent(GameEvent.Guild.RefreshDeathPosStatus)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue