Skip to content

Commit fbe02f7

Browse files
author
Peter Renström
authored
Merge pull request #227 from Grimsbain/patch-1
Update to Soundkit.
2 parents 404a6bd + e56235b commit fbe02f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Interface/AddOns/oUF_NeavRaid/marker.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ SlashCmdList['WORLDMARKERS'] = function()
3333
if (button:IsVisible()) then
3434
button:Hide()
3535
else
36-
PlaySound('igQuestFailed')
36+
PlaySound(SOUNDKIT.IG_QUEST_CANCEL)
3737
UIErrorsFrame:AddMessage('You are not in a party and/or not eligible for marking', 1, 0, 0)
3838
end
3939
end

0 commit comments

Comments
 (0)