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 d9bd9e2 commit fa92aa3Copy full SHA for fa92aa3
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 = 7203
8
- _detalhes.alpha_build_counter = 7203 --if this is higher than the regular counter, use it instead
+ _detalhes.build_counter = 7209
+ _detalhes.alpha_build_counter = 7209 --if this is higher than the regular counter, use it instead
9
_detalhes.game_version = "v8.2.5"
10
_detalhes.userversion = "v8.2.5." .. _detalhes.build_counter
11
_detalhes.realversion = 140 --core version, this is used to check API version for scripts and plugins (see alias below)
0 commit comments