Macro to play sound, need help/critique

Hello all, I had a macro from ancient times, before Legion, (I know I’m old) and it had the file source. That no longer worked so I did some digging online and here on the forum, used wow.tools to find the appropriate sound file number and changed the macro script.

/cast Hammer of Wrath
/script PlaySound(547927,“Master”)

I have tried using “SFX” and 'Dialog" to no avail, still not working. What am I missing here?

/script PlaySoundFile(547927,"Master")
1 Like