- set all bars to animate by default

- forced animation off for cast and mirror bars
- made a change to the toc for a curse/wowinterface update
This commit is contained in:
Parnic
2008-02-13 01:42:23 +00:00
parent 72f068215d
commit 9e4bdc2070
5 changed files with 10 additions and 2 deletions

View File

@ -26,6 +26,7 @@ function CastBar.prototype:GetDefaultSettings()
settings["flashFailures"] = "Caster"
settings["lagAlpha"] = 0.7
settings["showBlizzCast"] = false
settings["shouldAnimate"] = false
return settings
end