From d3effd7795010b37196bd6dac65fbecd98917f44 Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Mon, 8 Mar 2021 13:50:52 +0300 Subject: [PATCH] remove UnitStagger --- WeakAuras/WeakAuras.lua | 4 ---- 1 file changed, 4 deletions(-) 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