Fix error on 10.0.0

This commit is contained in:
2022-11-11 16:48:03 -06:00
parent a6d396e88d
commit e84b834139
2 changed files with 11 additions and 1 deletions

View File

@ -12,10 +12,16 @@ if not IsArtifactRelicItem then
return false
end
end
if C_Container then
if C_Container.GetBagName then
GetBagName = C_Container.GetBagName
end
if C_Container.GetContainerNumSlots then
GetContainerNumSlots = C_Container.GetContainerNumSlots
end
if C_Container.GetContainerItemInfo then
GetContainerItemInfo = C_Container.GetContainerItemInfo
end
if C_Container.GetContainerItemLink then
GetContainerItemLink = C_Container.GetContainerItemLink
end

View File

@ -1,3 +1,7 @@
v1.9.3:
- Fix error on 10.0.0
v1.9.2:
- Dragonflight/10.0.2 compatibility