From 59056190bbb40b733a72b12c59e855f0e84336ef Mon Sep 17 00:00:00 2001 From: Parnic Date: Sun, 12 Oct 2014 17:58:35 -0500 Subject: [PATCH] - Fixed CC bars sometimes not updating and displaying when they should. (ticket #142) --- modules/TargetCC.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/TargetCC.lua b/modules/TargetCC.lua index af40c5c..df6166e 100644 --- a/modules/TargetCC.lua +++ b/modules/TargetCC.lua @@ -213,6 +213,8 @@ function TargetCC.prototype:init(moduleName, unit) self.previousDebuff = nil self.previousDebuffTarget = nil self.previousDebuffTime = nil + + self.bTreatEmptyAsFull = true end -- grabs the list of CC's and pulls the localized spell name using the wow api