Skip to content

Commit

Permalink
2.0.75-Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldpaw committed Jan 17, 2024
1 parent b18a502 commit 6743f8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Bagnon_BoE/Bagnon_BoE.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 BoE
Expand Down
9 changes: 0 additions & 9 deletions Bagnon_BoE/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,6 @@ Module:AddUpdater(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
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.75-Release] 2024-01-17
- Updated for WoW Client Patch 10.2.5.

## [2.0.74-Release] 2023-11-17
- Updated for WoW Client Patch 1.15.0.

Expand Down

0 comments on commit 6743f8f

Please sign in to comment.