Skip to content

Commit

Permalink
Fixed update version after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-n committed Nov 12, 2024
1 parent 82aa8cb commit 6eb1d35
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Persistence/Initialization/Updates/UpdateVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ public enum UpdateVersion
/// The version of the <see cref="FixWingsDmgRatesUpdatePlugInSeason6"/>.
/// </summary>
FixWingsDmgRatesPlugInSeason6 = 34,


/// <summary>
/// The version of the <see cref="AddHarmonyOptionWeightsUpdateSeason6"/>.
/// </summary>
AddHarmonyOptionWeightsSeason6 = 35,
Expand All @@ -189,6 +190,7 @@ public enum UpdateVersion
/// </summary>
FixDuelArenaSafezoneMap = 36,

/// <summary>
/// The version of the <see cref="FixAttackSpeedCalculationUpdate"/>.
/// </summary>
FixAttackSpeedCalculation = 37,
Expand All @@ -201,5 +203,5 @@ public enum UpdateVersion
/// <summary>
/// The version of the <see cref="FixItemRequirementsPlugIn"/>.
/// </summary>
FixItemRequirements = 38,
FixItemRequirements = 39,
}

0 comments on commit 6eb1d35

Please sign in to comment.