Change Logs
This commit is contained in:
@@ -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).",
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user