remove UnitStagger

This commit is contained in:
Bunny67
2021-03-08 13:50:52 +03:00
parent 47eb74ed3d
commit d3effd7795
-4
View File
@@ -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