Thread: SVN error
View Single Post
  #1  
Old 10-09-2008, 02:00 PM
Rocker8956
Hill Giant
 
Join Date: Sep 2007
Posts: 117
Default SVN error

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.
Reply With Quote