- Now when showing custom displays, clicking on a bar report what is shown on bar's tooltip.
- More fixes for dungeon bosses identification. - Fixed a tooltip bug with Debuff Uptime and Aura & Voidzone displays. - Fixed Player Details Window for friendly fire and damage taken. - Fixed Molten Core Raid Finder version boss identification.
This commit is contained in:
@@ -198,6 +198,17 @@ do
|
||||
return actors
|
||||
end
|
||||
|
||||
function _detalhes:GetInstanceEJID (mapid)
|
||||
mapid = mapid or select (8, GetInstanceInfo())
|
||||
if (mapid) then
|
||||
local instance_info = _detalhes.EncounterInformation [mapid]
|
||||
if (instance_info) then
|
||||
return instance_info.ej_id or 0
|
||||
end
|
||||
end
|
||||
return 0
|
||||
end
|
||||
|
||||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
--> core
|
||||
|
||||
|
||||
Reference in New Issue
Block a user