From 491b9337d5b923ea3998f164a263a401cc61496d Mon Sep 17 00:00:00 2001 From: Lars Norberg Date: Wed, 17 Apr 2024 22:17:31 +0200 Subject: [PATCH] 2.0.92-Release --- Bagnon_ItemLevel/main.lua | 2 +- CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Bagnon_ItemLevel/main.lua b/Bagnon_ItemLevel/main.lua index 50ed1d3..7c5d651 100644 --- a/Bagnon_ItemLevel/main.lua +++ b/Bagnon_ItemLevel/main.lua @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c4f757..b2a8925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.