Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ElvUI_EltreumUI/Core/VersionCheck.lua
Original file line number Diff line number Diff line change
@@ -30,10 +30,10 @@ function ElvUI_EltreumUI:ElvUIVersionCheck()
whileDead = 1,
hideOnEscape = false,
}
if E.version < 13.07 then
if E.version < 13.08 then
E:StaticPopup_Show('ELVUIVERSIONCHECK')
ElvUI_EltreumUI:Print("Your ElvUI version is out of date, please update to avoid issues!")
elseif E.version > 13.13 then
elseif E.version > 13.10 then
E:StaticPopup_Show('ELVUIVERSIONCHECK2')
ElvUI_EltreumUI:Print("Your ElvUI version is newer than Eltruism, you might run into issues unless you update Eltruism!")
end

0 comments on commit 65b9849

Please sign in to comment.