Skip to content

Commit

Permalink
2.2.72-Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldpaw committed Jan 17, 2024
1 parent 6b4df6b commit 52da6c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
9 changes: 0 additions & 9 deletions Bagnon_ItemInfo/Modules/ItemBind.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 0 additions & 9 deletions Bagnon_ItemInfo/Modules/ItemLevel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 52da6c9

Please sign in to comment.