-- PaladinIndicators.lua
-local pairs = pairs;
-
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)