Add support for 10.0.2/Dragonflight

This commit is contained in:
2022-11-11 10:20:45 -06:00
parent cb0cd8749d
commit 1d6883b1f5
2 changed files with 12 additions and 1 deletions

View File

@ -5,12 +5,19 @@ local LBF = LibStub("Masque", true)
local lbfGroup
local IsArtifactRelicItem = IsArtifactRelicItem
local IsArtifactRelicItem, GetBagName, GetContainerNumSlots, GetContainerItemInfo, GetContainerItemLink =
IsArtifactRelicItem, GetBagName, GetContainerNumSlots, GetContainerItemInfo, GetContainerItemLink
if not IsArtifactRelicItem then
IsArtifactRelicItem = function()
return false
end
end
if C_Container then
GetBagName = C_Container.GetBagName
GetContainerNumSlots = C_Container.GetContainerNumSlots
GetContainerItemInfo = C_Container.GetContainerItemInfo
GetContainerItemLink = C_Container.GetContainerItemLink
end
local WowVer = select(4, GetBuildInfo())
local IsClassic = false

View File

@ -1,3 +1,7 @@
v1.9.2:
- Dragonflight/10.0.2 compatibility
v1.9.1:
- Fix right-click ignore functionality after the upgrade to 10.0.