diff --git a/modules/Stagger.lua b/modules/Stagger.lua index 7819ca1..b7779f1 100644 --- a/modules/Stagger.lua +++ b/modules/Stagger.lua @@ -166,7 +166,7 @@ end function StaggerBar.prototype:GetDebuffInfo() if IceHUD.WowVer >= 70000 then - self.amount = UnitStagger(self.unit) + self.amount = UnitStagger(self.unit) or 0 self.staggerLevel = 1 local healthMax = UnitHealthMax(self.unit)