diff --git a/Breakables.lua b/Breakables.lua index 23e7001..95857c3 100644 --- a/Breakables.lua +++ b/Breakables.lua @@ -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 diff --git a/changelog.txt b/changelog.txt index 529a8db..1a0eb1a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +v1.9.3: + +- Fix error on 10.0.0 + v1.9.2: - Dragonflight/10.0.2 compatibility