- Fixed an issue with bookmarks panel not opening correctly.

This commit is contained in:
Tercio
2015-08-04 15:37:47 -03:00
parent dd0f6d33cb
commit 668d509e29
5 changed files with 51 additions and 8 deletions
+8
View File
@@ -286,6 +286,14 @@ function _detalhes:LoadConfig()
_detalhes.switch.slots = _detalhes_global.switchSaved.slots
_detalhes.switch.table = _detalhes_global.switchSaved.table
if (_detalhes.switch.table) then
for i = 1, #_detalhes.switch.table do
if (not _detalhes.switch.table [i]) then
_detalhes.switch.table [i] = {}
end
end
end
--> last boss
_detalhes.last_encounter = _detalhes_database.last_encounter