diff --git a/OTAPI.Patcher/OTAPI.Patcher.csproj b/OTAPI.Patcher/OTAPI.Patcher.csproj index 28100c03..6e90ba13 100644 --- a/OTAPI.Patcher/OTAPI.Patcher.csproj +++ b/OTAPI.Patcher/OTAPI.Patcher.csproj @@ -3,12 +3,12 @@ Exe net6.0 - 3.1.19 + 3.1.20 true x64 win7-x64;osx.10.11-x64;ubuntu.16.04-x64 enable - Initial 1.4.4.8.1 support + Initial 1.4.4.9 support diff --git a/OTAPI.Patcher/Resolvers/PCFileResolver.cs b/OTAPI.Patcher/Resolvers/PCFileResolver.cs index 997a7a94..9da1b1d6 100644 --- a/OTAPI.Patcher/Resolvers/PCFileResolver.cs +++ b/OTAPI.Patcher/Resolvers/PCFileResolver.cs @@ -28,7 +28,7 @@ public class PCFileResolver : IFileResolver { public const String TerrariaWebsite = "https://terraria.org"; - public virtual string SupportedDownloadUrl { get; } = $"{TerrariaWebsite}/api/download/pc-dedicated-server/terraria-server-14481.zip"; + public virtual string SupportedDownloadUrl { get; } = $"{TerrariaWebsite}/api/download/pc-dedicated-server/terraria-server-1449.zip"; public virtual string GetUrlFromHttpResponse(string content) {