- 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
+2 -2
View File
@@ -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,
}