Fixed an error while trying to move the window by clicking and holding on a window line
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:GetOrCreateSpell(id, shouldCreate, token)
|
||||
|
||||
Reference in New Issue
Block a user