From b04a4af954cac99414b9a26bd515642cda9e59c5 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 29 Jun 2024 20:16:05 -0400 Subject: [PATCH] Update the frontier fallback URL --- launcher/src/profile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/src/profile.cpp b/launcher/src/profile.cpp index c207158..6dc1a86 100644 --- a/launcher/src/profile.cpp +++ b/launcher/src/profile.cpp @@ -541,7 +541,7 @@ QString Profile::frontierUrl() const { if (m_frontierUrl.isEmpty()) { // fallback url - return QStringLiteral("https://launcher.finalfantasyxiv.com/v600/"); + return QStringLiteral("https://launcher.finalfantasyxiv.com/v700/"); } else { return m_frontierUrl; }