summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-10-21 15:10:56 -0300
committerJesusaves <cpntb1@ymail.com>2019-10-21 15:10:56 -0300
commit100ef8c7708690d8a7b1f202979cc265416c66b8 (patch)
tree34a39081e5521fb349647348b2d9159b7ca0c408
parentd2578c00287413b96323aeb14cfed030f5eb3acf (diff)
downloadserverdata-100ef8c7708690d8a7b1f202979cc265416c66b8.tar.gz
serverdata-100ef8c7708690d8a7b1f202979cc265416c66b8.tar.bz2
serverdata-100ef8c7708690d8a7b1f202979cc265416c66b8.tar.xz
serverdata-100ef8c7708690d8a7b1f202979cc265416c66b8.zip
Use this instead00000
-rw-r--r--conf/char/char-server.conf4
-rw-r--r--conf/map/map-server.conf4
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.