3ddb182 - Fix insecure boss frames
[wowui.git] / OmaRF / Indicators.lua
index 6b4e04a..6fd7b23 100644 (file)
@@ -3,6 +3,7 @@ local pairs, ipairs = pairs, ipairs;
 local floor = math.floor;
 local GetTime = GetTime;
 local UnitAura = UnitAura;
+local CreateFrame = CreateFrame;
 local UnitIsDeadOrGhost, UnitIsConnected = UnitIsDeadOrGhost, UnitIsConnected;
 local CTimerAfter = C_Timer.After;