From edb998de021fe391215eff4295ff6c593e73a793 Mon Sep 17 00:00:00 2001 From: sindoring Date: Sat, 12 Sep 2026 18:29:57 +0400 Subject: [PATCH] fix --- .env.production.example | 2 +- sql/updates/auth/2026_08_31_00_auth.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production.example b/.env.production.example index ef6b53b..a239db0 100644 --- a/.env.production.example +++ b/.env.production.example @@ -5,7 +5,7 @@ DB_PASSWORD=GENERATE_A_DIFFERENT_LONG_RANDOM_DB_PASSWORD REALM_NAME=FelWell REALM_ADDRESS=legion.moon-well.online -REALM_PORT=8085 +REALM_PORT=8086 EXTERNAL_ADDRESS=legion.moon-well.online BUILD_JOBS=8 diff --git a/sql/updates/auth/2026_08_31_00_auth.sql b/sql/updates/auth/2026_08_31_00_auth.sql index 81f9262..3e13fb4 100644 --- a/sql/updates/auth/2026_08_31_00_auth.sql +++ b/sql/updates/auth/2026_08_31_00_auth.sql @@ -4,6 +4,6 @@ UPDATE `realmlist` SET `name` = 'FelWell', `address` = 'legion.moon-well.online', `localAddress` = 'legion.moon-well.online', - `port` = 8085, + `port` = 8086, `gamebuild` = 26972 WHERE `id` = 1;