diff --git a/WeakAuras/GenericTrigger.lua b/WeakAuras/GenericTrigger.lua index 3d31ec2..4fef0af 100644 --- a/WeakAuras/GenericTrigger.lua +++ b/WeakAuras/GenericTrigger.lua @@ -2578,7 +2578,7 @@ do bar.count = msg:match("(%d+)") or "0" bar.dbmType = dbmType - local barOptions = DBM.Bars.options + local barOptions = DBM.ReleaseRevision >= 20220412000000 and DBT.Options or DBM.Bars.options local r, g, b = 0, 0, 0 if dbmType == 1 then r, g, b = barOptions.StartColorAR, barOptions.StartColorAG, barOptions.StartColorAB