Improved plugin description

(cherry picked from commit 60fc09689d498c6d2fca94a0ef00bdbfa3027042)
This commit is contained in:
ze-dom
2026-07-16 16:41:14 +01:00
committed by Acentech Dev
parent b884474fa6
commit 00be181d5c

View File

@@ -15,7 +15,7 @@ using MUnique.OpenMU.Persistence.Initialization.Skills;
using MUnique.OpenMU.PlugIns;
/// <summary>
/// This update completes the elf master tree and fixes some of its skill values.
/// This update completes the elf master tree and fixes some of its skill values. It also adds the missing extra projectile (4th) on some higher level (cross)bows.
/// </summary>
[PlugIn]
[Display(Name = PlugInName, Description = PlugInDescription)]
@@ -30,7 +30,7 @@ public class FinishElfMasterTreePlugIn : UpdatePlugInBase
/// <summary>
/// The plug in description.
/// </summary>
internal const string PlugInDescription = "This update completes the elf master tree and fixes some of its skill values.";
internal const string PlugInDescription = "This update completes the elf master tree and fixes some of its skill values. It also adds the missing extra projectile (4th) on some higher level (cross)bows.";
/// <inheritdoc />
public override UpdateVersion Version => UpdateVersion.FinishElfMasterTree;