Skip to content

Commit

Permalink
fix some mob voice pack errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Apr 20, 2024
1 parent 414875d commit 840ad30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DBM-Pandaria/Oondasta.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function mod:SPELL_CAST_START(args)
local spellId = args.spellId
if spellId == 137457 then
specWarnPiercingRoar:Show()
specWarnPiercingRoar:Play("stopcasting")
specWarnPiercingRoar:Play("stopcast")
timerPiercingRoarCD:Start()
elseif spellId == 137505 then
specWarnFrillBlast:Show()
Expand Down
2 changes: 1 addition & 1 deletion DBM-Raids-MoP/MogushanVaults/Feng.lua
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ function mod:SPELL_CAST_SUCCESS(args)
timerChainsOfShadowCD:Start()
elseif spellId == 115817 then
specWarnNullBarrier:Show()
specWarnNullBarrier:Play("findsheild")
specWarnNullBarrier:Play("findshield")
timerNullBarrier:Start()
if self:IsDifficulty("lfr25") then
timerNullBarrierCD:Start(25)
Expand Down
2 changes: 1 addition & 1 deletion DBM-Raids-MoP/MogushanVaults/WillofEmperor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ local function addsDelay(self, add)
self.vb.courageCount = self.vb.courageCount + 1
if self.Options[specWarnCourageActivated.option] then
specWarnCourageActivated:Show(self.vb.courageCount)
specWarnCourageActivated:Play("killadd")
specWarnCourageActivated:Play("killmob")
else
warnCourageActivated:Show(self.vb.courageCount)
end
Expand Down

0 comments on commit 840ad30

Please sign in to comment.