Improved plugin description
(cherry picked from commit 60fc09689d498c6d2fca94a0ef00bdbfa3027042)
This commit is contained in:
@@ -15,7 +15,7 @@ using MUnique.OpenMU.Persistence.Initialization.Skills;
|
|||||||
using MUnique.OpenMU.PlugIns;
|
using MUnique.OpenMU.PlugIns;
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
[PlugIn]
|
[PlugIn]
|
||||||
[Display(Name = PlugInName, Description = PlugInDescription)]
|
[Display(Name = PlugInName, Description = PlugInDescription)]
|
||||||
@@ -30,7 +30,7 @@ public class FinishElfMasterTreePlugIn : UpdatePlugInBase
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The plug in description.
|
/// The plug in description.
|
||||||
/// </summary>
|
/// </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 />
|
/// <inheritdoc />
|
||||||
public override UpdateVersion Version => UpdateVersion.FinishElfMasterTree;
|
public override UpdateVersion Version => UpdateVersion.FinishElfMasterTree;
|
||||||
|
|||||||
Reference in New Issue
Block a user