git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
1f4fc68 - Only show 20 auras
[wowui.git]
/
OmaRF
/
PaladinIndicators.lua
diff --git
a/OmaRF/PaladinIndicators.lua
b/OmaRF/PaladinIndicators.lua
index
fdb5950
..
e81954b
100644
(file)
--- a/
OmaRF/PaladinIndicators.lua
+++ b/
OmaRF/PaladinIndicators.lua
@@
-3,7
+3,6
@@
local pairs = pairs;
local indSize = OmaRFSettings.IndSize;
local rhomb = "Interface\\AddOns\\OmaRF\\images\\rhomb";
-local positions = {"TOPRIGHT", "BOTTOMLEFT"};
local M = {};
OmaRFIndicators.Class["PALADIN"] = M;