Fixed a small stutter when hovering over the segments menu after doing some mythic+ dungeons

This commit is contained in:
Tercio Jose
2022-12-22 19:26:19 -03:00
parent 6097863dc4
commit eef2d19cef
6 changed files with 330 additions and 108 deletions
+2 -2
View File
@@ -1610,8 +1610,8 @@ function Details.Database.StoreEncounter(combat)
return
end
local boss_info = combat:GetBossInfo()
local encounter_id = boss_info and boss_info.id
local encounterInfo = combat:GetBossInfo()
local encounter_id = encounterInfo and encounterInfo.id
if (not encounter_id) then
if (_detalhes.debug) then