v9.1.0.8812.145

- Fonts 'Oswald' and 'NuevaStd' disabled due to some erros on the client side.
- Death Knight adds now include the icon of the spell whose summoned them.
- Fixes and improvements on the backend of the addon.
This commit is contained in:
Tercio Jose
2021-09-05 15:12:28 -03:00
parent e47ae87453
commit 28ec472fcc
+8 -3
View File
@@ -6,9 +6,9 @@
local version, build, date, tocversion = GetBuildInfo()
_detalhes.build_counter = 8783
_detalhes.alpha_build_counter = 8783 --if this is higher than the regular counter, use it instead
_detalhes.bcc_counter = 27
_detalhes.build_counter = 8812
_detalhes.alpha_build_counter = 8812 --if this is higher than the regular counter, use it instead
_detalhes.bcc_counter = 28
_detalhes.dont_open_news = true
_detalhes.game_version = version
_detalhes.userversion = version .. _detalhes.build_counter
@@ -33,6 +33,11 @@ do
local Loc = _G.LibStub("AceLocale-3.0"):GetLocale( "Details" )
local news = {
{"v9.1.0.8812.145", "September 5th, 2021"},
"Fonts 'Oswald' and 'NuevaStd' disabled due to some erros on the client side.",
"Death Knight adds now include the icon of the spell whose summoned them.",
"Fixes and improvements on the backend of the addon.",
{"v9.1.0.8782.145", "August 11th, 2021"},
"Clicking on the minimap while the options panel is open will close it.",
"Fixed Raid Check plugin position when the window is anchored at the top of the monitor.",