- 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
+2 -2
View File
@@ -176,8 +176,8 @@ function SlashCmdList.DETAILS (msg, editbox)
self.spells._ActorTable [122].total = 25000
end
combat.start_time = time()-30
combat.end_time = time()
combat.start_time = GetTime()-30
combat.end_time = GetTime()
combat.totals_grupo [1] = 100000
combat.totals [1] = 100000