Skip to content

Commit

Permalink
2.0.92-Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldpaw committed Apr 17, 2024
1 parent 35766f0 commit 491b933
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Bagnon_ItemLevel/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Module:AddUpdater(function(self)
end
end

if (message) then
if (message and message > 1) then

local label = cache[self]
if (not label) then
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.92-Release] 2024-04-17
### Changed
- Only item levels above 1 will now be shown, removing a lot of low level and vanity item spam. To adjust this value, install Bagnon Itemlevel Plus instead.

## [2.0.91-Release] 2024-04-03
- Updated for WoW Client Patch 1.15.2.

Expand Down

0 comments on commit 491b933

Please sign in to comment.