- Fixed several small bugs from 6.2 patch.

- Disabled the special behavior for Tyrant Velhari encounter.
This commit is contained in:
Tercio
2015-06-29 16:33:27 -03:00
parent 89213e7808
commit 72c4fb5a71
8 changed files with 200 additions and 33 deletions
@@ -380,10 +380,10 @@ listener:SetScript ("OnEvent", function (self, event, ...)
if (encounterID == 1784) then--"Tyrant Velhari"
if (event == "ENCOUNTER_START") then
--> replacing the healing done func
Details.parser:SetParserFunction ("heal", parser_heal)
--Details.parser:SetParserFunction ("heal", parser_heal)
else
--> restoring the func
Details.parser:SetParserFunction ("heal", nil)
--Details.parser:SetParserFunction ("heal", nil)
end
end