Fix lua error from leaving an active run maybe?
This commit is contained in:
parent
03f73d50e5
commit
96a35837df
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ local segmentTypeToString = {
|
|||
---@return boolean
|
||||
---@return number
|
||||
function classCombat:IsMythicDungeon()
|
||||
local bIsMythicPlusSegment = self.is_mythic_dungeon_segment
|
||||
local bIsMythicPlusSegment = self.is_mythic_dungeon and self.is_mythic_dungeon_segment
|
||||
local runId = self.is_mythic_dungeon_run_id
|
||||
return bIsMythicPlusSegment, runId
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue