Fixed a small stutter when hovering over the segments menu after doing some mythic+ dungeons
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user