Release with update to framework

This commit is contained in:
Tercio Jose
2022-11-02 13:32:09 -03:00
parent 45a980023c
commit 61e7f2ad52
6 changed files with 108 additions and 80 deletions
+8
View File
@@ -189,6 +189,14 @@ do
function _detalhes:Pets()
return self.pets
end
function _detalhes:GetSpec(actor)
return self.spec or actor and actor.spec
end
function _detalhes:Spec(actor)
return self.spec or actor and actor.spec
end
--inherits to all actors without placing it on _detalhes namespace.
_detalhes.container_combatentes.guid = _detalhes.GetGUID