- added localization to "Casts" string on info panel.
- fixed pet battles auto hide.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user