Change Logs

This commit is contained in:
Tercio Jose
2023-09-13 15:19:25 -03:00
parent bbad3760a1
commit 4d9a0d5a02
2 changed files with 10 additions and 3 deletions
+8 -2
View File
@@ -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).",
+2 -1
View File
@@ -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)