From c3773cc7d61126dba6f9856945b0eafb38de5c8b Mon Sep 17 00:00:00 2001 From: farkadi Date: Tue, 14 Jan 2025 23:58:30 +0700 Subject: [PATCH] Update --- config/settings.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config/settings.json b/config/settings.json index e2154ca..d37bbe5 100644 --- a/config/settings.json +++ b/config/settings.json @@ -1,7 +1,7 @@ { "game": { - "path": "/mnt/Disk_F/Games/World_of_Warcraft", - "realmlist": "logon.server.com", + "path": "/mnt/Disk_D/wow", + "realmlist": "192.168.1.114", "launch_options": "", "runner": "portproton", "wineprefix": "/home/serega/PortProton/prefixes/WOW_LK", @@ -13,8 +13,9 @@ "windowed": false }, "auth": { - "username": null, - "account_id": null, - "auto_login": false + "username": "FARKADI", + "account_id": 1, + "auto_login": false, + "saved_password": "" } } \ No newline at end of file