More bug fixes and implementations on the backend of mythic dungeons handling.

This commit is contained in:
Tercio Jose
2024-03-01 17:30:59 -03:00
parent a8d8733274
commit 7d8b84a216
6 changed files with 248 additions and 234 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ local segmentTypeToString = {
---@return boolean
---@return number
function classCombat:IsMythicDungeon()
local bIsMythicPlusSegment = self.is_mythic_dungeon_segment and self:GetMythicDungeonInfo()
local bIsMythicPlusSegment = self.is_mythic_dungeon_segment
local runId = self.is_mythic_dungeon_run_id
return bIsMythicPlusSegment, runId
end