Skip to content

Commit

Permalink
disabled charm validation in set builder
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejsavage committed Mar 31, 2011
1 parent 777c866 commit 3c96ea9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/builder.js
Expand Up @@ -706,10 +706,12 @@ function isTlnValid()

function checkTln()
{
/* TODO: complete charm tables and uncomment this
if( Ready )
{
setVis( $( "tlnInvalid" ), !isTlnValid() );
}
*/
}

function tlnSkillChanged( skill )
Expand Down

0 comments on commit 3c96ea9

Please sign in to comment.