e410c5d - Remove AceAddon
[wowui.git] / OmaRF / UpdateAuras.lua
similarity index 92%
rename from OmaRF/UpdateDispellableDebuffsHook.lua
rename to OmaRF/UpdateAuras.lua
index 3cc79fa..cf5fccf 100644 (file)
@@ -6,7 +6,7 @@ local UnitDebuff = UnitDebuff;
 local CompactUnitFrame_UpdateHealthColor = CompactUnitFrame_UpdateHealthColor;
 local unpack = unpack;
 
-hooksecurefunc("CompactUnitFrame_UpdateDispellableDebuffs", function(frame)
+hooksecurefunc("CompactUnitFrame_UpdateAuras", function(frame)
     -- allowClassColorsForNPCs only in regular raid frames,
     -- match only to them
     if frame.optionTable.allowClassColorsForNPCs ~= nil then