Skip to content

Commit 647de5a

Browse files
committed
2.0.60-Release
1 parent 3795a6e commit 647de5a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Bagnon_ItemLevel/main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Module:AddUpdater(function(self)
8989
if (not tooltip.owner or not tooltip.bag or not tooltip.slot) then
9090
tooltip.owner, tooltip.bag,tooltip.slot = self, self.bag, self:GetID()
9191
tooltip:SetOwner(tooltip.owner, "ANCHOR_NONE")
92-
tooltip:SetBagItem(tooltip.bag, tooltip.bag)
92+
tooltip:SetBagItem(tooltip.bag, tooltip.slot)
9393
end
9494

9595
if (isgear) then

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [2.0.60-Release] 2022-10-13
8+
### Fixed
9+
- Fixed an issue where the wrong bag slot would be queried, resulting in wrong information on the items.
10+
711
## [2.0.59-Release] 2022-10-12
812
### Fixed
913
- Itemlevels are now once more only shown for actual gear.

0 commit comments

Comments
 (0)