diff options
author | LuzZza <LuzZza@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-28 00:41:00 +0000 |
---|---|---|
committer | LuzZza <LuzZza@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-28 00:41:00 +0000 |
commit | 925b181de6d2c6a1ae3a1ed11d806bfe5785379c (patch) | |
tree | a51c061079047c5538014277b3ce53ae6745edc7 /src/login/login.h | |
parent | a2a8fdca75fa5728be42f098b241cb391c21338b (diff) | |
download | hercules-925b181de6d2c6a1ae3a1ed11d806bfe5785379c.tar.gz hercules-925b181de6d2c6a1ae3a1ed11d806bfe5785379c.tar.bz2 hercules-925b181de6d2c6a1ae3a1ed11d806bfe5785379c.tar.xz hercules-925b181de6d2c6a1ae3a1ed11d806bfe5785379c.zip |
Rewrote LAN support code. Changed configuration file name lan_support.conf to subnet_athena.conf, changed it syntax.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5398 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/login/login.h')
-rw-r--r-- | src/login/login.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/login.h b/src/login/login.h index 119a91595..98f397605 100644 --- a/src/login/login.h +++ b/src/login/login.h @@ -7,7 +7,7 @@ #define MAX_SERVERS 30
#define LOGIN_CONF_NAME "conf/login_athena.conf"
-#define LAN_CONF_NAME "conf/lan_support.conf"
+#define LAN_CONF_NAME "conf/subnet_athena.conf"
#define PASSWORDENC 3 // A definition is given when making an encryption password correspond.
// It is 1 at the time of passwordencrypt.
// It is made into 2 at the time of passwordencrypt2.
|