Added spellContainer:GetOrCreateSpell() this is an english alias for "PegaHabilidade"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user