diff --git a/game-server/config/servers.ts b/game-server/config/servers.ts index cc3533878..1b942a883 100644 --- a/game-server/config/servers.ts +++ b/game-server/config/servers.ts @@ -389,13 +389,13 @@ module.exports = { ], 'guild': [ { 'id': 'guild-server-1', 'host': '172.16.4.107', 'port': 6058 }, - { 'id': 'guild-server-2', 'host': '172.16.4.107', 'port': 6059 }, - { 'id': 'guild-server-3', 'host': '172.16.4.107', 'port': 6060 } + { 'id': 'guild-server-2', 'host': '172.16.4.107', 'port': 6059 } ], 'activity': [ { 'id': 'activity-server-1', 'host': '172.16.4.107', 'port': 6061 }, { 'id': 'activity-server-2', 'host': '172.16.4.107', 'port': 6062 }, { 'id': 'activity-server-3', 'host': '172.16.4.107', 'port': 6063 }, + { 'id': 'activity-server-3', 'host': '172.16.4.107', 'port': 6075 }, ], 'order': [ { 'id': 'order-server-1', 'host': '172.16.4.107', 'port': 6064 }, @@ -421,15 +421,11 @@ module.exports = { { 'id': 'battle-server-6', 'host': '172.16.4.121', 'port': 6071 }, ], 'guild': [ + { 'id': 'guild-server-3', 'host': '172.16.4.107', 'port': 6060 }, { 'id': 'guild-server-4', 'host': '172.16.4.121', 'port': 6072 }, { 'id': 'guild-server-5', 'host': '172.16.4.121', 'port': 6073 }, { 'id': 'guild-server-6', 'host': '172.16.4.121', 'port': 6074 } ], - 'activity': [ - { 'id': 'activity-server-4', 'host': '172.16.4.121', 'port': 6075 }, - { 'id': 'activity-server-5', 'host': '172.16.4.121', 'port': 6076 }, - { 'id': 'activity-server-6', 'host': '172.16.4.121', 'port': 6077 }, - ], 'order': [ { 'id': 'order-server-2', 'host': '172.16.4.121', 'port': 6078 }, ]