Is there an easy way to convert sound file ID into the path in Data folder?
I can look up sound effects in Wowhead and they are given by ID. Like this: "/script PlaySound(12867)"
I however want to alter some code in my addons to change the sound effects, but they are formatted with the actually paths. Like this: 'RaidWarningSound = "Sound\\Doodad\\BellTollNightElf.wav"'
Is there an easy way to convert the sound ID numbers into file paths? I haven't found a database online which gives the paths. Maybe there is a "/script" LUA command which will output the path given the ID?
I am able to use an MPQ editor to access the files, but it's a lot of effort.
Anyone know if there is an easier way?