- added localization to "Casts" string on info panel.
- fixed pet battles auto hide.
This commit is contained in:
parent
be4bb1d34f
commit
172aafe193
4 changed files with 6 additions and 5 deletions
5
boot.lua
5
boot.lua
File diff suppressed because one or more lines are too long
|
|
@ -4276,7 +4276,7 @@ function atributo_damage:MontaDetalhesDamageDone (spellid, barra, instancia)
|
|||
end
|
||||
|
||||
local hits_string = "" .. total_hits
|
||||
local cast_string = "Casted: "
|
||||
local cast_string = Loc ["STRING_CAST"] .. ": "
|
||||
|
||||
local misc_actor = info.instancia.showing (4, self:name())
|
||||
if (misc_actor) then
|
||||
|
|
|
|||
|
|
@ -1838,7 +1838,7 @@ function atributo_heal:MontaDetalhesHealingDone (spellid, barra)
|
|||
end
|
||||
|
||||
local hits_string = "" .. total_hits
|
||||
local cast_string = "Casted: "
|
||||
local cast_string = Loc ["STRING_CAST"] .. ": "
|
||||
|
||||
local misc_actor = info.instancia.showing (4, self:name())
|
||||
if (misc_actor) then
|
||||
|
|
|
|||
|
|
@ -3550,7 +3550,7 @@
|
|||
_detalhes.pet_battle = false
|
||||
for index, instance in _ipairs (_detalhes.tabela_instancias) do
|
||||
if (instance.ativa) then
|
||||
instance:SetWindowAlphaForCombat()
|
||||
instance:SetCombatAlpha (nil, nil, true)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue