- fixed problems with parser capture were wasn't enabling aura after logon.
This commit is contained in:
@@ -282,9 +282,9 @@ end --]]
|
||||
_detalhes.capture_real = _detalhes_database and _detalhes_database.capture_real or {
|
||||
["damage"] = true,
|
||||
["heal"] = true,
|
||||
["energy"] = true,
|
||||
["energy"] = false,
|
||||
["miscdata"] = true,
|
||||
["aura"] = true,
|
||||
["aura"] = false,
|
||||
["spellcast"] = true,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user