- Created a safe dispatcher for callbacks registered in details events.

This commit is contained in:
Tercio
2018-04-06 13:59:18 -03:00
parent 9119b2e287
commit af907e7ffa
2 changed files with 86 additions and 12 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 = 5529
_detalhes.build_counter = 5530
_detalhes.userversion = "v7.3.5." .. _detalhes.build_counter
_detalhes.realversion = 130 --core version
_detalhes.version = _detalhes.userversion .. " (core " .. _detalhes.realversion .. ")"