- Boss segments now need to have at least 30 seconds to be added on the overall data.

- When the segment limit is reach, segments with less combat time will be erased instead of the olders.
- Added item level tracker.
- Details Storage now stores the item level of the character as well and only guild runs.
- Fixed window positioning when changing from Solo mode to Group mode.
This commit is contained in:
Tercio
2015-03-16 00:56:58 -03:00
parent c5957e1dfd
commit 44070b38a5
13 changed files with 412 additions and 237 deletions
+3
View File
@@ -455,6 +455,9 @@
--> add to storage
if (not InCombatLockdown() and not UnitAffectingCombat ("player") and not _detalhes.logoff_saving_data) then
--_detalhes.StoreEncounter()
local successful, errortext = pcall (_detalhes.StoreEncounter)
if (not successful) then
_detalhes:Msg ("error occurred on StoreEncounter():", errortext)