Sorry if this is the wrong place to post corrections for the SVN.
The utils\sql\09252008.sql file in the 69 revision has a typo. It is not a big deal but...
	Code:
	insert into rule_values values (1,'World;MaxLevelForTutorial','10');
 should read
	Code:
	insert into rule_values values (1,'World:MaxLevelForTutorial','10');
 Hard to see but ; between World and Max needs to be :
Doing a Find World;M pulls the error up.