mirror of
https://github.com/parnic/breakables.git
synced 2025-06-17 01:41:51 -05:00
I'm gonna get this right one day
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user