Merge pull request #355 from Flamanis/LibOpenRaid-ServerLevel

Use GetServerExpansionLevel instead
This commit is contained in:
Tercio Jose
2022-09-26 21:02:35 -03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -5,7 +5,7 @@ if (not LIB_OPEN_RAID_CAN_LOAD) then
return
end
local expansionId = GetExpansionLevel()
local expansionId = GetServerExpansionLevel()
--localization
local gameLanguage = GetLocale()