add _detalhes global back into the global namespace
This commit is contained in:
parent
690168bef3
commit
e58b48ef98
1 changed files with 4 additions and 0 deletions
4
boot.lua
4
boot.lua
|
|
@ -8,6 +8,10 @@
|
|||
|
||||
_ = nil
|
||||
_G.Details = LibStub("AceAddon-3.0"):NewAddon("_detalhes", "AceTimer-3.0", "AceComm-3.0", "AceSerializer-3.0", "NickTag-1.0")
|
||||
|
||||
--add the original name to the global namespace
|
||||
_detalhes = _G.Details --[[GLOBAL]]
|
||||
|
||||
local addonName, Details222 = ...
|
||||
local version, build, date, tocversion = GetBuildInfo()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue