Skip to content

Commit

Permalink
Fixed surging fist so it shows announce once and plays voice. instead…
Browse files Browse the repository at this point in the history
… of showing announce twice with no audio
  • Loading branch information
MysticalOS committed Jan 16, 2020
1 parent fadfe27 commit b64f253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Challenges/BfA/NzothVisionOrgrimmar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function mod:SPELL_CAST_START(args)
warnVoidTorrent:Show()
elseif spellId == 300351 then
specWarnSurgingFist:Show()
specWarnSurgingFist:Show("chargemove")
specWarnSurgingFist:Play("chargemove")
elseif spellId == 300388 then
specWarnDecimator:Show()
specWarnDecimator:Play("watchorb")
Expand Down

0 comments on commit b64f253

Please sign in to comment.