From 4d9a0d5a029b3c3ab6b1903b50e37d8b3f865101 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Wed, 13 Sep 2023 15:19:25 -0300 Subject: [PATCH] Change Logs --- boot.lua | 10 ++++++++-- classes/class_damage.lua | 3 ++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/boot.lua b/boot.lua index e2af58ede..306f061ab 100644 --- a/boot.lua +++ b/boot.lua @@ -13,8 +13,8 @@ local addonName, Details222 = ... local version, build, date, tocversion = GetBuildInfo() - Details.build_counter = 11902 - Details.alpha_build_counter = 11902 --if this is higher than the regular counter, use it instead + Details.build_counter = 11914 + Details.alpha_build_counter = 11914 --if this is higher than the regular counter, use it instead Details.dont_open_news = true Details.game_version = version Details.userversion = version .. " " .. Details.build_counter @@ -142,6 +142,12 @@ do --]=] local news = { + {"v10.1.0.11914.151", "September 13th, 2023"}, + "Added an extra bar within the evoker damage bar, this new bar when hovered over shows the buff uptime of Ebon Might and Prescience on all players.", + "ToC Files of all plugins got updated.", + "Fixed the error 'Attempt to compare string with number' on vanilla (Flamanis).", + "Fixed the error 'object:ToolTip() is invalid'.", + {"v10.1.0.11901.151", "September 09th, 2023"}, "Evoker Predicted Damage improvements.", "Improved spellId check for first hit when entering a combat (Flamanis).", diff --git a/classes/class_damage.lua b/classes/class_damage.lua index 0e40e6455..5b9cac1c4 100644 --- a/classes/class_damage.lua +++ b/classes/class_damage.lua @@ -3529,7 +3529,8 @@ function damageClass.PredictedAugSpellsOnEnter(self) end end - GameCooltip:AddLine("cannot disable this bar while the feature is under tests") + GameCooltip:AddLine("feature under test, can't disable atm") + GameCooltip:AddIcon([[Interface\BUTTONS\UI-GROUPLOOT-PASS-DOWN]], nil, nil, 16, 16) --GameCooltip:SetOption("LeftBorderSize", -5) --GameCooltip:SetOption("RightBorderSize", 5)