PDA

View Full Version : SVN error


Rocker8956
10-09-2008, 02:00 PM
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...

insert into rule_values values (1,'World;MaxLevelForTutorial','10');

should read

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.

Derision
10-09-2008, 02:17 PM
Thanks. I am going to commit some other code in a minute, so I'll fix that as well unless someone has got to it before me.