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; }