- added back the localizations on ToC file.
- API: added actor:Pets() > return a numeric table with pet names formated with the owner name. - added pets to the damage tooltip.
This commit is contained in:
@@ -142,6 +142,9 @@ do
|
||||
function _detalhes:GetSpell (spellid)
|
||||
return self.spells._ActorTable [spellid]
|
||||
end
|
||||
function _detalhes:Pets()
|
||||
return self.pets
|
||||
end
|
||||
|
||||
--> inherits to all actors without placing it on _detalhes namespace.
|
||||
_detalhes.container_combatentes.guid = _detalhes.GetGUID
|
||||
|
||||
Reference in New Issue
Block a user