I'm gonna get this right one day

This commit is contained in:
2022-11-12 08:55:37 -06:00
parent e84b834139
commit 6c3f3e93e6

View File

@ -12,6 +12,7 @@ if not IsArtifactRelicItem then
return false
end
end
if C_Container then
if C_Container.GetBagName then
GetBagName = C_Container.GetBagName
end
@ -24,6 +25,7 @@ end
if C_Container.GetContainerItemLink then
GetContainerItemLink = C_Container.GetContainerItemLink
end
end
local WowVer = select(4, GetBuildInfo())
local IsClassic = false