- Added pre potion recognition.

This commit is contained in:
tercio
2014-08-31 15:11:51 -03:00
parent dcf1453a9d
commit 27c2e40bcc
3 changed files with 40 additions and 30 deletions
+2 -3
View File
@@ -452,9 +452,8 @@
_detalhes.last_encounter2 = _detalhes.last_encounter
_detalhes.last_encounter = _detalhes.tabela_vigente.is_boss.name
--debug
if (_detalhes.pre_pot_used) then
if (_detalhes.pre_pot_used and _detalhes.announce_prepots.enabled) then
_detalhes:Msg (_detalhes.pre_pot_used or "")
_detalhes.pre_pot_used = nil
end