This commit is contained in:
Tercio Jose
2021-01-09 13:03:44 -03:00
parent 76e6faa65f
commit b97fe099ad
5 changed files with 5 additions and 5 deletions
@@ -6,4 +6,4 @@
## Dependencies: Details
## SavedVariables: DetailsDataStorage
Details_DataStorage.lua
Details_DataStorage.lua
@@ -7,4 +7,4 @@
embeds.xml
#@end-no-lib-strip@
Details_RaidCheck.lua
Details_RaidCheck.lua
@@ -1156,7 +1156,7 @@ function StreamOverlay.OnDeath (_, token, time, who_serial, who_name, who_flags,
for i = 1, #death_table do
local ev = death_table [i]
if (ev[1] and type (ev[1]) == "boolean") then
if (ev and ev[1] and type (ev[1]) == "boolean") then
--> it's a damage
local spellid = ev[2]
local amount = ev[3]
@@ -8,4 +8,4 @@
embeds.xml
#@end-no-lib-strip@
Details_Streamer.lua
Details_Streamer.lua
@@ -962,7 +962,7 @@ function Vanguard:OnEvent (_, event, arg1, token, time, who_serial, who_name, wh
print (install.error)
end
Vanguard.db.first_run = false
--Vanguard.db.first_run = false --debug
--> create widgets
CreatePluginFrames()