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,17 +12,19 @@ if not IsArtifactRelicItem then
|
|||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if C_Container.GetBagName then
|
if C_Container then
|
||||||
GetBagName = C_Container.GetBagName
|
if C_Container.GetBagName then
|
||||||
end
|
GetBagName = C_Container.GetBagName
|
||||||
if C_Container.GetContainerNumSlots then
|
end
|
||||||
GetContainerNumSlots = C_Container.GetContainerNumSlots
|
if C_Container.GetContainerNumSlots then
|
||||||
end
|
GetContainerNumSlots = C_Container.GetContainerNumSlots
|
||||||
if C_Container.GetContainerItemInfo then
|
end
|
||||||
GetContainerItemInfo = C_Container.GetContainerItemInfo
|
if C_Container.GetContainerItemInfo then
|
||||||
end
|
GetContainerItemInfo = C_Container.GetContainerItemInfo
|
||||||
if C_Container.GetContainerItemLink then
|
end
|
||||||
GetContainerItemLink = C_Container.GetContainerItemLink
|
if C_Container.GetContainerItemLink then
|
||||||
|
GetContainerItemLink = C_Container.GetContainerItemLink
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local WowVer = select(4, GetBuildInfo())
|
local WowVer = select(4, GetBuildInfo())
|
||||||
|
Reference in New Issue
Block a user