Skip to content

Commit

Permalink
core: set minimum elvui version to 13.55
Browse files Browse the repository at this point in the history
  • Loading branch information
fang2hou committed Jan 17, 2024
1 parent c1109c6 commit b5b1f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ W.PlainTitle = gsub(W.Title, "|c........([^|]+)|r", "%1")
W.Locale = GetLocale()
W.ChineseLocale = strsub(W.Locale, 0, 2) == "zh"
W.MaxLevelForPlayerExpansion = GetMaxLevelForPlayerExpansion()
W.SupportElvUIVersion = 13.53
W.SupportElvUIVersion = 13.55
W.ClassColor = _G.RAID_CLASS_COLORS[E.myclass]

W.RegisteredModules = {}
Expand Down

0 comments on commit b5b1f8d

Please sign in to comment.