Skip to content

Commit

Permalink
Merge pull request #355 from Flamanis/LibOpenRaid-ServerLevel
Browse files Browse the repository at this point in the history
Use GetServerExpansionLevel instead
  • Loading branch information
Tercioo authored Sep 27, 2022
2 parents 57133d3 + 7e80845 commit f0c99c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Libs/LibOpenRaid/LibOpenRaid.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if (WOW_PROJECT_ID ~= WOW_PROJECT_MAINLINE and not IsDragonflight()) then
end

local major = "LibOpenRaid-1.0"
local CONST_LIB_VERSION = 52
local CONST_LIB_VERSION = 53
LIB_OPEN_RAID_CAN_LOAD = false

--declae the library within the LibStub
Expand Down
2 changes: 1 addition & 1 deletion Libs/LibOpenRaid/ThingsToMantain.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if (not LIB_OPEN_RAID_CAN_LOAD) then
return
end

local expansionId = GetExpansionLevel()
local expansionId = GetServerExpansionLevel()

--localization
local gameLanguage = GetLocale()
Expand Down

0 comments on commit f0c99c9

Please sign in to comment.