- fixed report to whiper target when the target is from another realm.
- all spells schools are now translated. - major clean up on the options panel.
This commit is contained in:
@@ -3268,7 +3268,11 @@ function _detalhes:envia_relatorio (linhas, custom)
|
||||
local alvo
|
||||
if (_UnitExists ("target")) then
|
||||
if (_UnitIsPlayer ("target")) then
|
||||
alvo = _UnitName ("target")
|
||||
local nome, realm = _UnitName ("target")
|
||||
if (realm and realm ~= "") then
|
||||
nome = nome.."-"..realm
|
||||
end
|
||||
alvo = nome
|
||||
else
|
||||
_detalhes:Msg (Loc ["STRING_REPORT_INVALIDTARGET"])
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user