v3 Release Candidate.

This commit is contained in:
tercio
2014-11-11 19:49:24 -02:00
parent 1ab15245b4
commit cf3219f436
41 changed files with 2835 additions and 3757 deletions
+2 -2
View File
@@ -119,9 +119,9 @@ do
return self.classe or actor.classe
end
function _detalhes:GetActorSpells()
return self.spell_tables._ActorTable
return self.spells._ActorTable
end
function _detalhes:GetSpell (spellid)
return self.spell_tables._ActorTable [spellid]
return self.spells._ActorTable [spellid]
end
end