Skip to content

Commit

Permalink
Forgot to give Ven Meta a different SpellID
Browse files Browse the repository at this point in the history
  • Loading branch information
Vae2009 committed Nov 26, 2022
1 parent 6427053 commit b787e54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ConRO_DemonHunter.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Title:-|cffFFFFFFConRO|r- |cffA330C9Demon Hunter|r
## Version: 10.0.2
## Version: 10.0.3
## Author: Vae
## Interface: 10002
## Dependencies: ConRO
Expand Down
2 changes: 1 addition & 1 deletion demonhunter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion demonhunter_ids.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit b787e54

Please sign in to comment.