View Single Post
03-17-22, 03:53 AM   #3
DonnieDice
A Murloc Raider
AddOn Author - Click to view addons
Join Date: May 2019
Posts: 6
I found this.
Code:
568016	sound/spells/reputationlevelup.ogg
I can mute the sound with this.
Code:
MuteSoundFile(568016)
But I can't figure out the RegisterEvent to trigger a new sound file when reputation rank increases.
  Reply With Quote