diff --git a/Bagnon_ItemInfo/Modules/ItemBind.lua b/Bagnon_ItemInfo/Modules/ItemBind.lua index 7838772..3a611a8 100644 --- a/Bagnon_ItemInfo/Modules/ItemBind.lua +++ b/Bagnon_ItemInfo/Modules/ItemBind.lua @@ -111,15 +111,6 @@ Private.AddUpdater(Module, function(self) local tooltipData = C_TooltipInfo.GetBagItem(bag,slot) if (tooltipData) then - - -- Assign data to 'type' and 'guid' fields. - TooltipUtil.SurfaceArgs(tooltipData) - - -- Assign data to 'leftText' fields. - for _, line in ipairs(tooltipData.lines) do - TooltipUtil.SurfaceArgs(line) - end - for i = 2,6 do local msg = tooltipData.lines[i] and tooltipData.lines[i].leftText if (not msg) then break end diff --git a/Bagnon_ItemInfo/Modules/ItemLevel.lua b/Bagnon_ItemInfo/Modules/ItemLevel.lua index c3d8891..1269217 100644 --- a/Bagnon_ItemInfo/Modules/ItemLevel.lua +++ b/Bagnon_ItemInfo/Modules/ItemLevel.lua @@ -114,15 +114,6 @@ Private.AddUpdater(Module, function(self) local tooltipData = C_TooltipInfo.GetBagItem(self:GetBag(), self:GetID()) if (tooltipData) then - - -- Assign data to 'type' and 'guid' fields. - TooltipUtil.SurfaceArgs(tooltipData) - - -- Assign data to 'leftText' fields. - for _, line in ipairs(tooltipData.lines) do - TooltipUtil.SurfaceArgs(line) - end - if (isgear) then for i = 2,3 do local msg = tooltipData.lines[i] and tooltipData.lines[i].leftText diff --git a/CHANGELOG.md b/CHANGELOG.md index 1870341..5820e49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.2.72-Release] 2024-01-17 +- Updated for WoW Client Patch 10.2.5. + ## [2.2.71-Release] 2024-01-13 ### Fixed - Fixed an issue that caused a bunch of bugs on logon, especially in Wrath and Classic.