Skip to content

Commit

Permalink
pkgmeta for compare tab replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Nov 28, 2022
1 parent 2c7559d commit 4b3237f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .pkgmeta
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ move-folders:
Details/plugins/Details_Vanguard: Details_Vanguard
Details/plugins/Details_DataStorage: Details_DataStorage
Details/plugins/Details_RaidCheck: Details_RaidCheck
Details/plugins/Details_Streamer: Details_Streamer
Details/plugins/Details_Streamer: Details_Streamer
Details/plugins/Details_Compare2: Details_Compare2
4 changes: 2 additions & 2 deletions boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
local addonName, Details222 = ...
local version, build, date, tocversion = GetBuildInfo()

_detalhes.build_counter = 10302
_detalhes.alpha_build_counter = 10302 --if this is higher than the regular counter, use it instead
_detalhes.build_counter = 10304
_detalhes.alpha_build_counter = 10304 --if this is higher than the regular counter, use it instead
_detalhes.dont_open_news = true
_detalhes.game_version = version
_detalhes.userversion = version .. " " .. _detalhes.build_counter
Expand Down

0 comments on commit 4b3237f

Please sign in to comment.