- Roll back on the auto detect combat after reset data.

This commit is contained in:
Tercio
2015-02-16 14:53:16 -02:00
parent 727b6bee06
commit e8027b6f22
2 changed files with 6 additions and 6 deletions
+3 -3
View File
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -325,9 +325,9 @@ function historico:resetar()
_detalhes:SendEvent ("DETAILS_DATA_RESET", nil, nil)
if (InCombatLockdown() and UnitAffectingCombat ("player")) then
_detalhes:ScheduleTimer ("DelayCheckCombat", 1)
end
--if (InCombatLockdown() and UnitAffectingCombat ("player")) then
-- _detalhes:ScheduleTimer ("DelayCheckCombat", 1)
--end
end