Skip to content

Commit

Permalink
Fixed build...
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-n committed Aug 28, 2023
1 parent 6f76f6b commit 9a4445a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Persistence/Initialization/Updates/UpdateVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,14 @@ public enum UpdateVersion
/// The version of the <see cref="AddGuardsDataPlugIn"/>.
/// </summary>
AddGuardsData = 12,

/// <summary>
/// The version of the <see cref="FixWarriorMorningStarPlugIn"/>.
/// </summary>
FixWarriorMorningStar = 13,

/// <summary>
/// The version of the <see cref="InfinityArrowSkillOnQuestCompletionPlugIn"/>.
/// </summary>
InfinityArrowSkillOnQuestCompletion = 14,
}

0 comments on commit 9a4445a

Please sign in to comment.