- fixed problems with parser capture were wasn't enabling aura after logon.

This commit is contained in:
Tercio
2013-10-25 19:05:26 -02:00
parent 0dcaf60946
commit 33113fbfd9
6 changed files with 12 additions and 10 deletions
+3 -3
View File
@@ -2184,9 +2184,9 @@
_recording_healing = false
elseif (capture_type == "aura") then
--token_list ["SPELL_AURA_APPLIED"] = nil
--token_list ["SPELL_AURA_REMOVED"] = nil
--token_list ["SPELL_AURA_REFRESH"] = nil
token_list ["SPELL_AURA_APPLIED"] = parser.buff
token_list ["SPELL_AURA_REMOVED"] = parser.unbuff
token_list ["SPELL_AURA_REFRESH"] = parser.buff_refresh
_recording_buffs_and_debuffs = false
elseif (capture_type == "energy") then