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
|
||||
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
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
v1.9.3:
|
||||
|
||||
- Fix error on 10.0.0
|
||||
|
||||
v1.9.2:
|
||||
|
||||
- Dragonflight/10.0.2 compatibility
|
||||
|
Reference in New Issue
Block a user