- Fixed few bugs when using the key bind to toggle windows.

- Added item level on Raid Check plugin panel.
This commit is contained in:
Tercio
2015-03-27 11:50:07 -03:00
parent 40d4b8baf3
commit 2bb5488770
7 changed files with 179 additions and 37 deletions
+1 -1
View File
@@ -706,7 +706,7 @@ function _detalhes.ilevel:GetInOrder()
local order = {}
for guid, t in pairs (_detalhes.item_level_pool) do
order [#order+1] = {t.name, t.ilvl, t.time}
order [#order+1] = {t.name, t.ilvl or 0, t.time}
end
table.sort (order, _detalhes.Sort2)