5e453fc - Optimize CheckIndicators
[wowui.git] / OmaRF / ShamanIndicators.lua
index 20820d6..17034d2 100644 (file)
@@ -7,7 +7,7 @@ local rhomb = "Interface\\AddOns\\OmaRF\\images\\rhomb";
 local M = {};
 OmaRFIndicators.Class["SHAMAN"] = M;
 M.Auras = {
-    [61295] = "TOPRIGHT", -- Riptide
+    ["Riptide"] = "TOPRIGHT",
 }
 
 function M.Setup(base)