mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- Fixed CC bars sometimes not updating and displaying when they should. (ticket #142)
This commit is contained in:
@ -213,6 +213,8 @@ function TargetCC.prototype:init(moduleName, unit)
|
|||||||
self.previousDebuff = nil
|
self.previousDebuff = nil
|
||||||
self.previousDebuffTarget = nil
|
self.previousDebuffTarget = nil
|
||||||
self.previousDebuffTime = nil
|
self.previousDebuffTime = nil
|
||||||
|
|
||||||
|
self.bTreatEmptyAsFull = true
|
||||||
end
|
end
|
||||||
|
|
||||||
-- grabs the list of CC's and pulls the localized spell name using the wow api
|
-- grabs the list of CC's and pulls the localized spell name using the wow api
|
||||||
|
Reference in New Issue
Block a user