- Fixed spell container :ListActors() API.
- Finished revamp on the avoidance tab. - Added Details:RemoveOwnerName(petName)
This commit is contained in:
@@ -56,7 +56,7 @@ local _
|
||||
end
|
||||
|
||||
function container_habilidades:ListActors()
|
||||
return _pairs (self._ActorTable)
|
||||
return pairs (self._ActorTable)
|
||||
end
|
||||
|
||||
function container_habilidades:PegaHabilidade (id, criar, token, cria_shadow)
|
||||
|
||||
Reference in New Issue
Block a user