diff --git a/src/char/char.hpp b/src/char/char.hpp index 655428dd3e..ab24ace569 100644 --- a/src/char/char.hpp +++ b/src/char/char.hpp @@ -193,7 +193,7 @@ struct CharServ_Config { }; extern struct CharServ_Config charserv_config; -#define MAX_MAP_SERVERS 30 //how many mapserver a char server can handle +#define MAX_MAP_SERVERS 2 //how many mapserver a char server can handle struct mmo_map_server { int fd; uint32 ip; diff --git a/src/login/login.hpp b/src/login/login.hpp index 8ba3ccc8af..f79ac00187 100644 --- a/src/login/login.hpp +++ b/src/login/login.hpp @@ -47,7 +47,7 @@ struct login_session_data { int fd; ///socket of client }; -#define MAX_SERVERS 30 //max number of mapserv that could be attach +#define MAX_SERVERS 5 //max number of mapserv that could be attach ///Struct describing 1 char-serv attach to us struct mmo_char_server { char name[20]; ///char-serv name