- More improvements on Overall Data.

This commit is contained in:
Tercio
2015-02-20 16:44:15 -02:00
parent 4954ac14d3
commit 3376f9b1b5
8 changed files with 50 additions and 66 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ do
local _, class = _UnitClass (name)
if (not class) then
for _, container in _ipairs (_detalhes.tabela_overall) do
for index, container in _ipairs (_detalhes.tabela_overall) do
--if (container._NameIndexTable) then
local index = container._NameIndexTable [name]
if (index) then
@@ -146,7 +146,7 @@ do
end
end
for _, container in _ipairs (_detalhes.tabela_overall) do
for index, container in _ipairs (_detalhes.tabela_overall) do
local index = container._NameIndexTable [name]
if (index) then
local actor = container._ActorTable [index]