- Emergencial fix for death logs which sometimes was breaking the addon data capture.
- Fixed window alerts which was showing behind the bars. - Fixed a issue where Details! windows wasn't hidden when a pet battle starts. - Fixed a issue with segments menu when a window is placed on the right side of the screen. - Fixed death log issue with friendly fire hits.
This commit is contained in:
@@ -99,4 +99,12 @@ do
|
||||
CONTAINER_MISCTARGET_CLASS = 10,
|
||||
CONTAINER_ENEMYDEBUFFTARGET_CLASS = 11
|
||||
}
|
||||
|
||||
function _detalhes:Name (actor)
|
||||
return self.nome or actor.nome
|
||||
end
|
||||
function _detalhes:GetName (actor)
|
||||
return actor.nome or self.nome
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user