Missing Master's Call sound

The old Master’s Call used to be a desperate roar from your pet, saving your butt from a crippled hamstring.
Now the sound is almost non-existant. I tried locating the sound file with Leatrix Sounds but can’t find it anywhere. :confused:

I’m looking to add the sound file on top of the macro. I don’t believe I can replace the sound since the latest expansions.

Sound is there for me. Breaking chains sound.

Used to be a roar as well. Very loud and primal. But way back in WoD, maybe Legion.

Edit: Managed to find the sound, which was not named after a hunter spell.
To get the old Master’s Call charge sound, use this macro. It will also apply to Bloodlust and Survival of the Fittest, but I can manage with that.

/script if select(2, GetSpellCooldown(‘Command Pet’)) <= 2 then PlaySound(3330); end;
/cast [@mouseover,help][@player] Command Pet

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.