- fixed an issue with segments menu.

- default max segments increased to 10.
- removed some debug lines.
This commit is contained in:
Tercio
2013-09-10 13:40:02 -03:00
parent 9cf32303a0
commit cd97d68b89
4 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ function _G._detalhes:Start()
self.in_combat = false
self.combat_id = self.combat_id or 0
self.instances_amount = self.instances_amount or 12
self.segments_amount = self.segments_amount or 8
self.segments_amount = self.segments_amount or 10
self.segments_amount_to_save = self.segments_amount_to_save or 2
self.deadlog_limit = self.deadlog_limit or 12
self.minimum_combat_time = self.minimum_combat_time or 5