Quantcast

Hide the casting line when there's nothing to show. Sorry guys. I didn't realize how freaking annoying it was. lol

Scott Sibley [12-16-10 - 03:57]
Hide the casting line when there's nothing to show. Sorry guys. I didn't realize how freaking annoying it was. lol
Filename
Modules/UnitTooltip/UnitTooltip.lua
diff --git a/Modules/UnitTooltip/UnitTooltip.lua b/Modules/UnitTooltip/UnitTooltip.lua
index f43fbac..5c0e902 100644
--- a/Modules/UnitTooltip/UnitTooltip.lua
+++ b/Modules/UnitTooltip/UnitTooltip.lua
@@ -613,6 +613,7 @@ if cast_data then
     return icon .. spell
   end
 end
+do return end -- maybe the constant smiley face is annoying
 return Texture("Interface\\Addons\\StarTip\\Media\\happy_face.blp", 20)
 ]],
 		enabled = true,