- 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

@ -15,10 +15,13 @@ end
-- OVERRIDE
function TargetCast.prototype:GetDefaultSettings()
local settings = TargetCast.super.prototype.GetDefaultSettings(self)
settings["side"] = IceCore.Side.Right
settings["offset"] = 3
settings["flashInstants"] = "Never"
settings["flashFailures"] = "Never"
settings["shouldAnimate"] = false
return settings
end