diff --git a/WeakAuras/WeakAuras.lua b/WeakAuras/WeakAuras.lua index 33eba8e..4ba3245 100644 --- a/WeakAuras/WeakAuras.lua +++ b/WeakAuras/WeakAuras.lua @@ -4694,7 +4694,3 @@ function WeakAuras.GetTriggerCategoryFor(triggerType) local prototype = Private.event_prototypes[triggerType] return prototype and prototype.type end - -function WeakAuras.UnitStagger(unit) - return UnitStagger(unit) or 0 -end