- Many internal improvaments and bug fixes.

- Fixed target names on custom displays.
- Fixed plugins icons being shown when auto hide menu is on.
- Slash command '/details worldboss' is now updated to show Draenor world bosses.
This commit is contained in:
tercio
2014-11-29 19:47:42 -02:00
parent 81498bafb9
commit b2126cc50b
29 changed files with 455 additions and 411 deletions
+2 -2
View File
@@ -75,10 +75,10 @@ function _detalhes:SaveConfig()
_detalhes_database.tabela_pets = _detalhes.tabela_pets.pets
end
_detalhes:TimeDataCleanUpTemporary()
xpcall (_detalhes.TimeDataCleanUpTemporary, _detalhes.saver_error_func)
--> buffs
_detalhes.Buffs:SaveBuffs()
xpcall (_detalhes.Buffs.SaveBuffs, _detalhes.saver_error_func)
--> salva o container do personagem
for key, value in pairs (_detalhes.default_player_data) do