Fix for function call on the new trash boss segments cleanup
This commit is contained in:
@@ -579,7 +579,7 @@ function Details222.Combat.AddCombat(combatToBeAdded)
|
||||
|
||||
--is the wipe counter saved in the details database?
|
||||
if (IsInRaid() and Details.zone_type == "raid") then --filter only for raids
|
||||
local bRunOkay2, result = getAmountOfSegmentsInThisBoss(combatToBeAdded)
|
||||
local bRunOkay2, result = pcall(getAmountOfSegmentsInThisBoss, combatToBeAdded)
|
||||
if (not bRunOkay2) then
|
||||
Details:Msg("bRunOkay2 Error > failed to get amount of segments in this boss > ", result)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user