Skip to content

Commit

Permalink
BlackfathomDeeps_Classic/Akumai: Fix using a wrong option key for pla…
Browse files Browse the repository at this point in the history
…ying a sound
  • Loading branch information
funkydude committed Jan 27, 2024
1 parent 501f2fb commit d8cfe39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlackfathomDeeps_Classic/Akumai.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function mod:CorrosionOrShadowSeepApplied(args)
local amount = args.amount or 1
self:StackMessage(args.spellId, "blue", args.destName, amount, 3)
if amount >= 3 then
self:PlaySound("stages", "alarm", nil, args.destName)
self:PlaySound(args.spellId, "alarm", nil, args.destName)
end
end
end
Expand Down

0 comments on commit d8cfe39

Please sign in to comment.