- Fixed major issue with the statistics sharing.

- Added a new to disable score messages by using /run Details.deny_score_messages = true;
- minor fix in the framework to stop a warning in the beta of BfA.
This commit is contained in:
Tercio
2018-04-27 13:31:55 -03:00
parent 1823dab929
commit febf9dd34f
4 changed files with 46 additions and 9 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
_ = nil
_detalhes = LibStub("AceAddon-3.0"):NewAddon("_detalhes", "AceTimer-3.0", "AceComm-3.0", "AceSerializer-3.0", "NickTag-1.0")
_detalhes.build_counter = 5559
_detalhes.build_counter = 5572
_detalhes.userversion = "v7.3.5." .. _detalhes.build_counter
_detalhes.realversion = 130 --core version
_detalhes.version = _detalhes.userversion .. " (core " .. _detalhes.realversion .. ")"