breakdown 2.0

This commit is contained in:
Tercio Jose
2023-04-09 22:26:05 -03:00
parent e55a818fb7
commit 50d848e1d1
21 changed files with 2847 additions and 1911 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ local addonName, Details222 = ...
---get the spellTable for the passed spellId
---@param spellId number
---@return table
function container_habilidades:GetSpell (spellId)
function container_habilidades:GetSpell(spellId)
return self._ActorTable[spellId]
end