View Single Post
04-12-15, 12:30 AM   #3
karmamuscle
A Cobalt Mageweaver
 
karmamuscle's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 205
Is this what you're looking for?

Code:
/run sfx=GetCVar("Sound_EnableSFX");
/console Sound_EnableSFX 0
/cast Spell
/run UIErrorsFrame:Clear() 
/run SetCVar("Sound_EnableSFX",sfx);
__________________
55 89 144 233 377 610 987 1597 2584 4181 6765
  Reply With Quote