3307391 - Reduce number of UnitAura calls for each UNIT_AURA event
[wowui.git] / OmaRF / ShamanIndicators.lua
index 17034d2..b1326e2 100644 (file)
@@ -1,13 +1,11 @@
 -- PaladinIndicators.lua
 -- PaladinIndicators.lua
-local pairs = pairs;
-
 local indSize = OmaRFSettings.IndSize;
 local rhomb = "Interface\\AddOns\\OmaRF\\images\\rhomb";
 
 local M = {};
 OmaRFIndicators.Class["SHAMAN"] = M;
 M.Auras = {
 local indSize = OmaRFSettings.IndSize;
 local rhomb = "Interface\\AddOns\\OmaRF\\images\\rhomb";
 
 local M = {};
 OmaRFIndicators.Class["SHAMAN"] = M;
 M.Auras = {
-    ["Riptide"] = "TOPRIGHT",
+    [61295] = "TOPRIGHT", -- Riptide
 }
 
 function M.Setup(base)
 }
 
 function M.Setup(base)