Skip to content

Commit

Permalink
Fix bad voice pack name in ICC trash
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Apr 22, 2024
1 parent b16aab0 commit e98439e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Raids-WoTLK/Icecrown/Trash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ end
function mod:SPELL_CAST_START(args)
if args.spellId == 71022 then
specWarnDisruptingShout:Show()
specWarnDisruptingShout:Play("stopcasting")
specWarnDisruptingShout:Play("stopcast")
timerDisruptingShout:Start()
end
end
Expand Down

0 comments on commit e98439e

Please sign in to comment.