diff --git a/game-server/config/servers.ts b/game-server/config/servers.ts index a2a5a428a..3cb52d66a 100644 --- a/game-server/config/servers.ts +++ b/game-server/config/servers.ts @@ -153,7 +153,10 @@ module.exports = { { 'id': 'systimer-server-1', 'host': '172.26.145.161', 'port': 6056, "args": " --inspect=9233" } ], 'guild': [ - { 'id': 'guild-server-1', 'host': '172.26.145.161', 'port': 6057, "args": " --inspect=9239" }, + { 'id': 'guild-server-1', 'host': '172.26.145.161', 'port': 6057 }, + { 'id': 'guild-server-2', 'host': '172.26.145.161', 'port': 6061 }, + { 'id': 'guild-server-3', 'host': '172.26.145.161', 'port': 6062 }, + { 'id': 'guild-server-4', 'host': '172.26.145.161', 'port': 6063 }, ], 'activity': [ { 'id': 'activity-server-1', 'host': '172.26.145.161', 'port': 6059, "args": " --inspect=9241" },