Fixed: #896 Wrong ShardId in logger_service.cfg and mail_forum_service.cfg (patch provided by kerozcak)

This commit is contained in:
kervala 2010-05-14 11:17:44 +02:00
parent 169cd0426d
commit 101a5d2fdc
2 changed files with 2 additions and 2 deletions

View file

@ -221,7 +221,7 @@ DontUseAES = 1;
DisableNLDebug = 1;
FSListenHost = "localhost";
DBPass="";
ShardId = 301;
ShardId = 302;
BasePort = 51000;
SaveFilesDirectory="";
NSHost = "localhost";

View file

@ -219,7 +219,7 @@ DontUseAES = 1;
DisableNLDebug = 1;
FSListenHost = "localhost";
DBPass="";
ShardId = 301;
ShardId = 302;
BasePort = 51000;
SaveFilesDirectory="";
NSHost = "localhost";