EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Development (https://www.eqemulator.org/forums/forumdisplay.php?f=590)
-   -   SVN error (https://www.eqemulator.org/forums/showthread.php?t=26467)

Rocker8956 10-09-2008 02:00 PM

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.

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.


All times are GMT -4. The time now is 01:20 PM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.