- Implemented a sync for encounter with phases.
- Shout button on custom panel is now working. - New API function GetAllActors (combat, actorname) return all the 4 types. - New API widget _detalhes:Ask (askWhat, callback, ...) - Added some information for know bugs.
This commit is contained in:
@@ -141,6 +141,8 @@
|
||||
if (#tabelas_de_combate > 0) then
|
||||
for index, combate in _ipairs (tabelas_de_combate) do
|
||||
|
||||
combate.hasSaved = true
|
||||
|
||||
if (combate.end_time and combate.start_time) then
|
||||
tabela_overall.start_time = tabela_overall.start_time - (combate.end_time - combate.start_time)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user