Merge pull request #355 from Flamanis/LibOpenRaid-ServerLevel
Use GetServerExpansionLevel instead
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -5,7 +5,7 @@ if (not LIB_OPEN_RAID_CAN_LOAD) then
|
||||
return
|
||||
end
|
||||
|
||||
local expansionId = GetExpansionLevel()
|
||||
local expansionId = GetServerExpansionLevel()
|
||||
|
||||
--localization
|
||||
local gameLanguage = GetLocale()
|
||||
|
||||
Reference in New Issue
Block a user