Added updateplugin

(cherry picked from commit daf72d784757ca60a05fc1c897f182a5b82f7665)
This commit is contained in:
ze-dom
2026-07-16 16:34:25 +01:00
committed by Acentech Dev
parent 7166513681
commit b884474fa6
2 changed files with 148 additions and 1 deletions

View File

@@ -479,7 +479,7 @@ public enum UpdateVersion
/// The version of the <see cref="AddIsQuestItemFlagPlugIn"/>.
/// </summary>
AddIsQuestItemFlag = 94,
/// <summary>
/// The version of the <see cref="AddImperialWeapons050UpdateSeason6"/>.
/// </summary>
@@ -519,4 +519,9 @@ public enum UpdateVersion
/// The version of the <see cref="FinishDarkWizardMasterTreePlugIn"/>.
/// </summary>
FinishDarkWizardMasterTree = 102,
/// <summary>
/// The version of the <see cref="FinishElfMasterTreePlugIn"/>.
/// </summary>
FinishElfMasterTree = 103,
}