From 5a6d8749f78e32b954783402b14f6985cc2c2867 Mon Sep 17 00:00:00 2001 From: kianzzarrin Date: Fri, 25 Nov 2022 02:10:19 +0200 Subject: [PATCH] --- LoadOrder/CO/DLC.cs | 8 ++++---- Version.props | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LoadOrder/CO/DLC.cs b/LoadOrder/CO/DLC.cs index 8bfa233..931aaf6 100644 --- a/LoadOrder/CO/DLC.cs +++ b/LoadOrder/CO/DLC.cs @@ -63,8 +63,8 @@ public enum DLC { [DLCInfo("Plazas & Promenades", DLCType.Main)] PlazasAndPromenadesDLC = 2008400, - //[DLCInfo("Financial Districts", DLCType.Main)] - //FinancialDistrictsDLC = 2148901, + [DLCInfo("Financial Districts", DLCType.Main)] + FinancialDistrictsDLC = 2148901, [DLCInfo("Pearls From the East", DLCType.Misc)] OrientalBuildings = 563850, @@ -126,7 +126,7 @@ public enum DLC { [DLCInfo("CCP: Heart of Korea", DLCType.ContentCreator)] ModderPack14 = 2144480, - //[DLCInfo("CCP: Map Pack 2", DLCType.ContentCreator)] - //ModderPack15 = 2148903, + [DLCInfo("CCP: Map Pack 2", DLCType.ContentCreator)] + ModderPack15 = 2148903, } } diff --git a/Version.props b/Version.props index d16a75a..075dff3 100644 --- a/Version.props +++ b/Version.props @@ -1,5 +1,5 @@ - 1.15.2.* + 1.15.3.* \ No newline at end of file