Skip to content

Commit

Permalink
Change Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Sep 13, 2023
1 parent bbad376 commit 4d9a0d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
10 changes: 8 additions & 2 deletions boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).",
Expand Down
3 changes: 2 additions & 1 deletion classes/class_damage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4d9a0d5

Please sign in to comment.