Removed distribution_test_server
This commit is contained in:
@@ -37,7 +37,6 @@ DWORD g_dwTrafficProfileFlushCycle = 3600;
|
||||
// END_OF_TRAFFIC_PROFILER
|
||||
|
||||
int test_server = 0;
|
||||
bool distribution_test_server = false;
|
||||
bool china_event_server = false;
|
||||
bool guild_mark_server = true;
|
||||
BYTE guild_mark_min_level = 3;
|
||||
@@ -586,12 +585,6 @@ void config_init(const string& st_localeServiceName)
|
||||
continue;
|
||||
}
|
||||
|
||||
TOKEN("distribution_test_server")
|
||||
{
|
||||
str_to_number(distribution_test_server, value_string);
|
||||
continue;
|
||||
}
|
||||
|
||||
TOKEN("china_event_server")
|
||||
{
|
||||
str_to_number(china_event_server, value_string);
|
||||
|
||||
Reference in New Issue
Block a user