Skip to content

Commit 8380ed6

Browse files
committed
Update for 2.14.1.0.134326
1 parent 8e04372 commit 8380ed6

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

DataTool/DataTool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>Exe</OutputType>
55
<LangVersion>preview</LangVersion>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7-
<Version>2.14.0.0</Version>
7+
<Version>2.14.1.0</Version>
88
<Configurations>Debug;Release;ReleasePublish;DebugPublish</Configurations>
99
</PropertyGroup>
1010
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'DebugPublish' ">

DataTool/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public static void InitStorage(bool online = false) { // turnin offline off agai
253253
var args = new ClientCreateArgs {
254254
SpeechLanguage = Flags.SpeechLanguage,
255255
TextLanguage = Flags.Language,
256-
HandlerArgs = new ClientCreateArgs_Tank { ManifestRegion = Flags.RCN ? ProductHandler_Tank.REGION_CN : ProductHandler_Tank.REGION_DEV },
256+
HandlerArgs = new ClientCreateArgs_Tank { ManifestRegion = Flags.RCN ? ClientCreateArgs_Tank.REGION_CN : ClientCreateArgs_Tank.REGION_DEV },
257257
Online = online,
258258
RemoteKeyringUrl = "https://raw.githubusercontent.com/overtools/OWLib/master/TankLib/Overwatch.keyring"
259259
};

DataTool/ToolLogic/Dbg/DebugInstallIssues.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public void Parse(ICLIFlags toolFlags) {
3333
SpeechLanguage = Program.Flags.SpeechLanguage,
3434
TextLanguage = Program.Flags.Language,
3535
HandlerArgs = new ClientCreateArgs_Tank {
36-
ManifestRegion = Program.Flags.RCN ? ProductHandler_Tank.REGION_CN : ProductHandler_Tank.REGION_DEV,
36+
ManifestRegion = Program.Flags.RCN ? ClientCreateArgs_Tank.REGION_CN : ClientCreateArgs_Tank.REGION_DEV,
3737
LoadManifest = true,
3838
LoadBundlesForLookup = false
3939
},

TankLib/Overwatch.keyring

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,3 +243,4 @@ E6A1EFBE44A503EF 995829C4B50C051E94CCE310EACE0E4D 1 # [2.12.1] Season 12 Midseas
243243
3B185C1B8755C989 C7B3142FDCC51E843146886993358749 1 # [2.13.1] Hazard
244244
347543A89ED3CAC2 0A31ECED83FCEFFCCF7D33A8AA1B0ECC 1 # [2.14.0] Season 14
245245
62B1FDBF407B8BF7 F075D05560C216D2DBC69FEBE3DE8B04 1 # [2.14.0] Season 14 Avatar: The Last Airbender Collab
246+
C5E460D620E83436 BBE7C0D5CC80E69DA43A076A8A4EBC02 1 # [2.14.1] Season 14 Midseason

TankView/TankView.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<UseWindowsForms>true</UseWindowsForms>
77
<UseWPF>true</UseWPF>
88
<NoWarn>CA1416</NoWarn>
9-
<Version>2.14.0.0</Version>
9+
<Version>2.14.1.0</Version>
1010
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
1111
</PropertyGroup>
1212
<PropertyGroup Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'ReleasePublish' ">

0 commit comments

Comments
 (0)