We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7718ca commit f82f706Copy full SHA for f82f706
1 file changed
boot.lua
@@ -4,8 +4,8 @@
4
_ = nil
5
_detalhes = LibStub("AceAddon-3.0"):NewAddon("_detalhes", "AceTimer-3.0", "AceComm-3.0", "AceSerializer-3.0", "NickTag-1.0")
6
7
- _detalhes.build_counter = 8357
8
- _detalhes.alpha_build_counter = 8357 --if this is higher than the regular counter, use it instead
+ _detalhes.build_counter = 8373
+ _detalhes.alpha_build_counter = 8373 --if this is higher than the regular counter, use it instead
9
_detalhes.dont_open_news = true
10
_detalhes.game_version = "v9.0.5"
11
_detalhes.userversion = "v9.0.5." .. _detalhes.build_counter
0 commit comments