Skip to content

Commit

Permalink
Changed stance on specWarnHauntingShadows being off by default. it me…
Browse files Browse the repository at this point in the history
…sses with nameplates, but it restores them after. It's also an important mechanic to avoid/dodge and I don't want users asking why it doesn't have a warning (because they didn't go in GUI and turn it on).
  • Loading branch information
MysticalOS committed Feb 28, 2020
1 parent a8f243d commit 1eb8909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DBM-Challenges/BfA/NzothVisionOrgrimmar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ local warnTouchoftheAbyss = mod:NewCastAnnounce(298033, 4)
--General (GTFOs and Affixes)
local specWarnGTFO = mod:NewSpecialWarningGTFO(303594, nil, nil, nil, 1, 8)
local specWarnEntomophobia = mod:NewSpecialWarningJump(311389, nil, nil, nil, 1, 6)
local specWarnHauntingShadows = mod:NewSpecialWarningDodge(306545, false, nil, 2, 1, 2)--Off by default because it requires messing with users nameplates to work
local specWarnHauntingShadows = mod:NewSpecialWarningDodge(306545, nil, nil, 3, 1, 2)
--local specWarnDarkDelusions = mod:NewSpecialWarningRun(306955, nil, nil, nil, 4, 2)
local specWarnScorchedFeet = mod:NewSpecialWarningYou(315385, false, nil, 2, 1, 2)
local yellScorchedFeet = mod:NewYell(315385)
Expand Down
2 changes: 1 addition & 1 deletion DBM-Challenges/BfA/NzothVisionStormwind.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ local warnBrutalSmash = mod:NewCastAnnounce(309882, 3)
--General (GTFOs and Affixes)
local specWarnGTFO = mod:NewSpecialWarningGTFO(312121, nil, nil, nil, 1, 8)
local specWarnEntomophobia = mod:NewSpecialWarningJump(311389, nil, nil, nil, 1, 6)
local specWarnHauntingShadows = mod:NewSpecialWarningDodge(306545, false, nil, 2, 1, 2)--Off by default because it requires messing with users nameplates to work
local specWarnHauntingShadows = mod:NewSpecialWarningDodge(306545, nil, nil, 3, 1, 2)
local specWarnScorchedFeet = mod:NewSpecialWarningYou(315385, false, nil, 2, 1, 2)
local yellScorchedFeet = mod:NewYell(315385)
local specWarnSplitPersonality = mod:NewSpecialWarningYou(316481, nil, nil, nil, 1, 2)
Expand Down

0 comments on commit 1eb8909

Please sign in to comment.