mirror of
https://github.com/parnic/breakables.git
synced 2025-06-17 01:41:51 -05:00
Fix error on 10.0.0
This commit is contained in:
@ -12,10 +12,16 @@ if not IsArtifactRelicItem then
|
|||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if C_Container then
|
if C_Container.GetBagName then
|
||||||
GetBagName = C_Container.GetBagName
|
GetBagName = C_Container.GetBagName
|
||||||
|
end
|
||||||
|
if C_Container.GetContainerNumSlots then
|
||||||
GetContainerNumSlots = C_Container.GetContainerNumSlots
|
GetContainerNumSlots = C_Container.GetContainerNumSlots
|
||||||
|
end
|
||||||
|
if C_Container.GetContainerItemInfo then
|
||||||
GetContainerItemInfo = C_Container.GetContainerItemInfo
|
GetContainerItemInfo = C_Container.GetContainerItemInfo
|
||||||
|
end
|
||||||
|
if C_Container.GetContainerItemLink then
|
||||||
GetContainerItemLink = C_Container.GetContainerItemLink
|
GetContainerItemLink = C_Container.GetContainerItemLink
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
v1.9.3:
|
||||||
|
|
||||||
|
- Fix error on 10.0.0
|
||||||
|
|
||||||
v1.9.2:
|
v1.9.2:
|
||||||
|
|
||||||
- Dragonflight/10.0.2 compatibility
|
- Dragonflight/10.0.2 compatibility
|
||||||
|
Reference in New Issue
Block a user