Added spellContainer:GetOrCreateSpell() this is an english alias for "PegaHabilidade"

This commit is contained in:
Tercio Jose
2023-07-27 21:55:59 -03:00
parent a26186438a
commit f41ecaf908
5 changed files with 368 additions and 237 deletions
+6
View File
@@ -4020,6 +4020,12 @@ end
local onLeaveExtraStatusbar = function(self)
self:SetAlpha(self.defaultAlpha)
if (self.OnLeaveCallback) then
local okay, errorText = pcall(self.OnLeaveCallback, self)
if (not okay) then
Details:Msg("Error on extra statusbar OnEnterCallback: ", errorText)
end
end
end
--alias