Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zintixx committed Feb 7, 2025
1 parent 2f23d9d commit f4bc9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Maple2.File.Parser/Xml/Table/ItemOptionVariation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Maple2.File.Parser.Xml.Table;
// ./data/xml/table/itemoptionvariation.xml
[XmlRoot("ms2")]
public partial class ItemOptionVariation {
[M2dFeatureLocale(Selector = "OptionName|OptionRateMin|OptionValueMin")] private IList<Option> _option;
[M2dFeatureLocale(Selector = "OptionName|OptionRateMin|OptionRateMax|OptionValueMin|OptionValueMax")] private IList<Option> _option;

public partial class Option : IFeatureLocale {
[XmlAttribute] public string OptionName = string.Empty;
Expand Down

0 comments on commit f4bc9b2

Please sign in to comment.