Files
wow-weakauras/FreshShit/_GlobalSoundPlayer/event.lua
2024-08-24 22:43:07 +02:00

7 lines
205 B
Lua

-- PLAY_SOUND
function(e, file)
local success = PlaySoundFile(file, "Master")
if not success then
if aura_env.debug then print(string.format("Failed to play sound file at %s", file)) end
end
end