Skip to content

Commit

Permalink
Wakeup curseforge
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Aug 27, 2022
1 parent af8c94f commit ab2d87b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

local version, build, date, tocversion = GetBuildInfo()

_detalhes.build_counter = 10000
_detalhes.alpha_build_counter = 10000 --if this is higher than the regular counter, use it instead
_detalhes.build_counter = 10001
_detalhes.alpha_build_counter = 10001 --if this is higher than the regular counter, use it instead
_detalhes.bcc_counter = 41
_detalhes.wotlk_counter = 4
_detalhes.dont_open_news = true
Expand All @@ -34,7 +34,7 @@ do
local Loc = _G.LibStub("AceLocale-3.0"):GetLocale( "Details" )

local news = {
{"v9.2.0.10000.146", "Aug 10th, 2022"},
{"v9.2.0.10001.146", "Aug 10th, 2022"},
"New feature: Arena DPS Bar, can be enabled at the Broadcaster Tools section, shows a bar in 'kamehameha' style showing which team is doing more damage in the latest 3 seconds.",
"/keystone now has more space for the dungeon name.",
"Revamp on the options section for Broadcaster tools.",
Expand Down

0 comments on commit ab2d87b

Please sign in to comment.