X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/befb5530a79adcd88cbeb364b7d97d4f906cc1f9..refs/heads/master:/OmaAB/ExpBar.lua diff --git a/OmaAB/ExpBar.lua b/OmaAB/ExpBar.lua index 1340cc3..9505c78 100644 --- 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") < 120 and not IsXPUserDisabled() then + if UnitLevel("player") < 60 and not IsXPUserDisabled() then return expBar(); end end);