git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
29d93c0 - change raid frame position as mage
[wowui.git]
/
OmaAB
/
ExpBar.lua
diff --git
a/OmaAB/ExpBar.lua
b/OmaAB/ExpBar.lua
index
1340cc3
..
9505c78
100644
(file)
--- a/
OmaAB/ExpBar.lua
+++ b/
OmaAB/ExpBar.lua
@@
-75,7
+75,7
@@
local function expBar()
end
frame:SetScript("OnEvent", function(self, event)
- if UnitLevel("player") <
12
0 and not IsXPUserDisabled() then
+ if UnitLevel("player") <
6
0 and not IsXPUserDisabled() then
return expBar();
end
end);