This commit is contained in:
Tercio
2013-10-05 14:35:38 -03:00
parent 4b713b9d5d
commit f091ef2dd2
9 changed files with 202 additions and 27 deletions
+2
View File
@@ -63,6 +63,7 @@ function historico:adicionar (tabela)
end
end
--[[
if (self.tabelas[3]) then
if (self.tabelas[3].is_trash and self.tabelas[2].is_trash and not self.tabelas[3].is_boss and not self.tabelas[2].is_boss) then
--> tabela 2 deve ser deletada e somada a tabela 1
@@ -82,6 +83,7 @@ function historico:adicionar (tabela)
--self.tabelas[2] = self.tabelas[2] + self.tabelas[3]
--_table_remove (self.tabelas, 3)
end
--]]
end