diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/char/char-server.conf | 4 | ||||
-rw-r--r-- | conf/map/map-server.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/char/char-server.conf b/conf/char/char-server.conf index b8f914b8..89b853af 100644 --- a/conf/char/char-server.conf +++ b/conf/char/char-server.conf @@ -48,8 +48,8 @@ char_configuration: { // Information related to inter-server behavior inter: { // Server Communication username and password. - userid: "s1" - passwd: "p1" + userid: "s2" + passwd: "p2" // Login Server IP // The character server connects to the login server using this IP address. diff --git a/conf/map/map-server.conf b/conf/map/map-server.conf index be19a1cb..2dc5f340 100644 --- a/conf/map/map-server.conf +++ b/conf/map/map-server.conf @@ -53,8 +53,8 @@ map_configuration: { // Information related to inter-server behavior inter: { // Interserver communication passwords, set in the login server database - userid: "s1" - passwd: "p1" + userid: "s2" + passwd: "p2" // Character Server IP // The map server connects to the character server using this IP address. |