Skip to content

Commit

Permalink
Version Dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Feb 19, 2024
1 parent 3e97754 commit 7176e02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
local addonName, Details222 = ...
local version, build, date, tocversion = GetBuildInfo()

Details.build_counter = 12329
Details.alpha_build_counter = 12329 --if this is higher than the regular counter, use it instead
Details.build_counter = 12330
Details.alpha_build_counter = 12330 --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 @@ -648,6 +648,7 @@ do
--armazena as skins dispon�veis para as janelas
_detalhes.skins = {}
--armazena os hooks das fun��es do parser
---@type table<detailshook, function[]>
_detalhes.hooks = {}
--informa��es sobre a luta do boss atual
_detalhes.encounter_end_table = {}
Expand Down

0 comments on commit 7176e02

Please sign in to comment.