Skip to content

Commit

Permalink
2.0.87-Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldpaw committed Jan 17, 2024
1 parent 159be9a commit 261f86f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Bagnon_ItemLevel/Bagnon_ItemLevel.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 100200
## Interface: 100205
## IconTexture: Interface\Addons\BagBrother\Art\Bagnon-Plugin.tga

## Plain Title: Bagnon ItemLevel
Expand Down
9 changes: 0 additions & 9 deletions Bagnon_ItemLevel/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,6 @@ Module:AddUpdater(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.0.87-Release] 2024-01-17
- Updated for WoW Client Patch 10.2.5.

## [2.0.86-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 261f86f

Please sign in to comment.