small fixes

This commit is contained in:
Tercio Jose
2022-11-26 10:21:54 -03:00
parent 1aec8c377c
commit e3161ff29c
5 changed files with 133 additions and 80 deletions
+4
View File
@@ -60,6 +60,10 @@ local addonName, Details222 = ...
return pairs(self._ActorTable)
end
function container_habilidades:ListActors()
return pairs(self._ActorTable)
end
function container_habilidades:GetOrCreateSpell(id, shouldCreate, token)
return self:PegaHabilidade (id, shouldCreate, token)
end