- Elapsed combat time now uses Float numbers instead of Integer.

This commit is contained in:
tercio
2014-12-16 14:41:34 -02:00
parent 042aa8758c
commit 449d7f8a25
10 changed files with 95 additions and 69 deletions
+4 -2
View File
@@ -78,8 +78,10 @@
end
--> tempo padrao do overall
combate_overall.start_time = _tempo
combate_overall.end_time = _tempo
--combate_overall.start_time = _tempo
combate_overall.start_time = GetTime()
--combate_overall.end_time = _tempo
combate_overall.end_time = GetTime()
--> inicia a recuperação das tabelas e montagem do overall
if (#tabelas_do_historico > 0) then