- Follow up to r16164 and r16193: used SVN Copy/Move so SVN History is preserved.

- Added svn:eol-style=native property for some recently added text files.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16194 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
brianluau 2012-06-01 03:40:58 +00:00
parent 66f7f11388
commit d960aa3bee
30 changed files with 12198 additions and 12198 deletions

View File

@ -65,7 +65,7 @@ struct Login_Config {
int start_limited_time; // new account expiration time (-1: unlimited) int start_limited_time; // new account expiration time (-1: unlimited)
bool use_md5_passwds; // work with password hashes instead of plaintext passwords? bool use_md5_passwds; // work with password hashes instead of plaintext passwords?
int group_id_to_connect; // required group id to connect int group_id_to_connect; // required group id to connect
int min_group_id_to_connect; // minimum group id to connect int min_group_id_to_connect; // minimum group id to connect
bool check_client_version; // check the clientversion set in the clientinfo ? bool check_client_version; // check the clientversion set in the clientinfo ?
uint32 client_version_to_connect; // the client version needed to connect (if checking is enabled) uint32 client_version_to_connect; // the client version needed to connect (if checking is enabled)