3ddb182 - Fix insecure boss frames
[wowui.git] / OmaUF / UnitFrames.lua
index f477e37..6ee5380 100644 (file)
@@ -6,7 +6,7 @@ local CTimerAfter = C_Timer.After;
 
 local updateAuraTooltips = OmaUFAuras.UpdateAuraTooltips;
 
 
 local updateAuraTooltips = OmaUFAuras.UpdateAuraTooltips;
 
-local UnitFrames = CreateFrame("Frame", "OmaUnitFrames", UIParent);
+local UnitFrames = CreateFrame("Frame", "OmaUnitFrame", UIParent);
 
 local M = {};
 OmaUnitFrames = M;
 
 local M = {};
 OmaUnitFrames = M;