Skip to content

Commit

Permalink
Possible fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Jun 10, 2020
1 parent 966f4da commit 4bfe094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Challenges/Legion/Healer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function mod:SPELL_AURA_APPLIED(args)
end
end
elseif spellId == 235984 and args:IsPlayer() then
specWarnManaSling:Show(DBM_ALLY)
specWarnManaSling:Show(DBM_CORE_L.ALLY)
specWarnManaSling:Play("findshelter")
elseif spellId == 237188 then
specWarnIgniteSoul:Show()
Expand Down

0 comments on commit 4bfe094

Please sign in to comment.