View Single Post
08-05-07, 07:33 PM   #2
Layrajha
A Frostmaul Preserver
 
Layrajha's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 275
- SCT probably disables the Blizzard combat text when you log / reloadui
- Try those, one of them should work to toggle the blizzard combat text :
Code:
/run SHOW_COMBAT_TEXT = 1 - SHOW_COMBAT_TEXT
Code:
/run SHOW_COMBAT_TEXT = not SHOW_COMBAT_TEXT
  Reply With Quote