git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
0c89853 - Remove debug prints
[wowui.git]
/
OmaRF
/
ShamanIndicators.lua
diff --git
a/OmaRF/ShamanIndicators.lua
b/OmaRF/ShamanIndicators.lua
index
20820d6
..
17034d2
100644
(file)
--- a/
OmaRF/ShamanIndicators.lua
+++ b/
OmaRF/ShamanIndicators.lua
@@
-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)