diff --git a/ConRO_DemonHunter.toc b/ConRO_DemonHunter.toc index 364fbaa..f15a93d 100644 --- a/ConRO_DemonHunter.toc +++ b/ConRO_DemonHunter.toc @@ -1,5 +1,5 @@ ## Title:-|cffFFFFFFConRO|r- |cffA330C9Demon Hunter|r -## Version: 10.0.2 +## Version: 10.0.3 ## Author: Vae ## Interface: 10002 ## Dependencies: ConRO diff --git a/demonhunter.lua b/demonhunter.lua index b2ca749..2e92386 100644 --- a/demonhunter.lua +++ b/demonhunter.lua @@ -376,7 +376,7 @@ function ConRO.DemonHunter.HavocDef(_, timeShift, currentSpell, gcd, tChosen, pv tinsert(ConRO.SuggestedDefSpells, _Netherwalk); end - if _Blur_RDY and _Player_Percent_Health <= 75 then + if _Blur_RDY then tinsert(ConRO.SuggestedDefSpells, _Blur); end return nil; diff --git a/demonhunter_ids.lua b/demonhunter_ids.lua index 33528d8..228aa14 100644 --- a/demonhunter_ids.lua +++ b/demonhunter_ids.lua @@ -182,7 +182,7 @@ local ConRO_DemonHunter, ids = ...; Glide = {spellID = 131347}, ImmolationAura = {spellID = 258920}, Imprison = {spellID = 217832, talentID = 112927}, - Metamorphosis = {spellID = 191427}, + Metamorphosis = {spellID = 187827}, SigilofFlame = {spellID = 204596, talentID = 112854}, SigilofFlameCS = {spellID = 204513, talentID = 112854}, SigilofMisery = {spellID = 207684, talentID = 112859},