- Fixed many DPS inacuracy when playing outside a party or raid group.

- Full cleanup done on comm message handlers.
- Created a window for update alert.
This commit is contained in:
tercio
2014-07-05 13:26:53 -03:00
parent 68557fa55f
commit 72c00a528a
9 changed files with 424 additions and 375 deletions
+10 -1
View File
@@ -269,7 +269,16 @@
end
function combate:seta_tempo_decorrido()
self.end_time = _tempo
if (self.playing_solo) then
local damage_actor = self (1, _detalhes.playername)
if (damage_actor) then
self.end_time = damage_actor.last_event or _tempo
else
self.end_time = _tempo
end
else
self.end_time = _tempo
end
end
function _detalhes.refresh:r_combate (tabela_combate, shadow)