- Custom display 'My Spells' now get the player role from the current spec the character is using.

- Framework: table copy won't try to copy '__index' meta table.
This commit is contained in:
Tercioo
2019-02-09 14:05:24 -02:00
parent a4833f966b
commit c018f4db29
7 changed files with 691 additions and 19 deletions
+10 -1
View File
@@ -21,7 +21,7 @@
local _UnitGUID = UnitGUID --wow api local
local _UnitName = UnitName --wow api local
local _GetTime = GetTime
local _IsAltKeyDown = IsAltKeyDown
local _IsShiftKeyDown = IsShiftKeyDown
local _IsControlKeyDown = IsControlKeyDown
@@ -758,6 +758,15 @@
_detalhes.tabela_historico:adicionar (_detalhes.tabela_vigente) --move a tabela atual para dentro do histrico
--8.0.1 miss data isn't required at the moment, spells like akari's soul has been removed from the game
--_detalhes:CanSendMissData()
--the combat is valid, see if the user is sharing data with somebody
if (_detalhes.shareData) then
local zipData = Details:CompressData (_detalhes.tabela_vigente, "comm")
if (zipData) then
print ("has zip data")
end
end
else
invalid_combat = _detalhes.tabela_vigente