summaryrefslogtreecommitdiff
path: root/conf/login_athena.conf
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-31 18:50:59 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-31 18:50:59 +0000
commit99ce33003b10e75388370e6a3e9fe931dc79d8e5 (patch)
treebfb7c829dfefacb3056505910685debe89d7cc1f /conf/login_athena.conf
parent0b06ef049e6d16b3288548190c110e947e664cbf (diff)
downloadhercules-99ce33003b10e75388370e6a3e9fe931dc79d8e5.tar.gz
hercules-99ce33003b10e75388370e6a3e9fe931dc79d8e5.tar.bz2
hercules-99ce33003b10e75388370e6a3e9fe931dc79d8e5.tar.xz
hercules-99ce33003b10e75388370e6a3e9fe931dc79d8e5.zip
Fixed bugreport:5828 Added missing min_group_id_to_connect functionality to login server (presumably removed by accident in r15572).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16185 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/login_athena.conf')
-rw-r--r--conf/login_athena.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/login_athena.conf b/conf/login_athena.conf
index 7dda3cb5c..5c2afa8d9 100644
--- a/conf/login_athena.conf
+++ b/conf/login_athena.conf
@@ -67,6 +67,12 @@ date_format: %Y-%m-%d %H:%M:%S
// 0 or more: group id
group_id_to_connect: -1
+// Minimum account group id required to connect to server.
+// Will not function if group_id_to_connect config is enabled.
+// -1: disabled
+// 0 or more: group id
+min_group_id_to_connect: -1
+
// Starting additional sec from now for the limited time at creation of account
// -1: new account are created with UNlimited time (default value)
// 0 or more: new accounts was created by addition of the value (in sec) to the actual time (to set first limited time)