View Single Post
10-30-17, 04:05 PM   #4
MunkDev
A Scalebane Royal Guard
 
MunkDev's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2015
Posts: 431
Unless Blizzard provides some CVar to disable PlaySound or add a dedicated UI sound channel, you can't really do much except replace sound files, if that still works. Replacing PlaySound with a tainted function will cause a ton of problems because it's used indiscriminately across the UI. As of 7.3, you probably can't even log out with this "fix" in place because of the sound played on the logout popup.
__________________

Last edited by MunkDev : 10-30-17 at 04:10 PM.
  Reply With Quote