- Fixed CC bars sometimes not updating and displaying when they should. (ticket #142)

This commit is contained in:
Parnic
2014-10-12 17:58:35 -05:00
parent 9cebf8f085
commit 59056190bb

View File

@ -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