Removed alpha prints

This commit is contained in:
Tercio Jose
2022-03-21 18:13:58 -03:00
parent c25974ffc3
commit aef114249f
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -6,8 +6,8 @@
local version, build, date, tocversion = GetBuildInfo()
_detalhes.build_counter = 9721
_detalhes.alpha_build_counter = 9721 --if this is higher than the regular counter, use it instead
_detalhes.build_counter = 9722
_detalhes.alpha_build_counter = 9722 --if this is higher than the regular counter, use it instead
_detalhes.bcc_counter = 31
_detalhes.dont_open_news = true
_detalhes.game_version = version
@@ -425,7 +425,7 @@ do
_detalhes.BitfieldSwapDebuffsIDs = {265646, 272407, 269691, 273401, 269131, 260900, 260926, 284995, 292826, 311367, 310567, 308996, 307832, 327414, 337253,
36797, 37122, 362397}
--> auto run code
_detalhes.RunCodeTypes = {
{Name = "On Initialization", Desc = "Run code when Details! initialize or when a profile is changed.", Value = 1, ProfileKey = "on_init"},