summaryrefslogtreecommitdiff
path: root/src/login/login.h
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 /src/login/login.h
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 'src/login/login.h')
-rw-r--r--src/login/login.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/login.h b/src/login/login.h
index 384372c75..2092e6e71 100644
--- a/src/login/login.h
+++ b/src/login/login.h
@@ -65,6 +65,7 @@ struct Login_Config {
int start_limited_time; // new account expiration time (-1: unlimited)
bool use_md5_passwds; // work with password hashes instead of plaintext passwords?
int group_id_to_connect; // required 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 ?
uint32 client_version_to_connect; // the client version needed to connect (if checking is enabled)