We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404a6bd commit e56235bCopy full SHA for e56235b
Interface/AddOns/oUF_NeavRaid/marker.lua
@@ -33,7 +33,7 @@ SlashCmdList['WORLDMARKERS'] = function()
33
if (button:IsVisible()) then
34
button:Hide()
35
else
36
- PlaySound('igQuestFailed')
+ PlaySound(SOUNDKIT.IG_QUEST_CANCEL)
37
UIErrorsFrame:AddMessage('You are not in a party and/or not eligible for marking', 1, 0, 0)
38
end
39
0 commit comments