diff --git a/Maple2.File.Parser/Maple2.File.Parser.csproj b/Maple2.File.Parser/Maple2.File.Parser.csproj
index 25e1afe..015673c 100644
--- a/Maple2.File.Parser/Maple2.File.Parser.csproj
+++ b/Maple2.File.Parser/Maple2.File.Parser.csproj
@@ -13,7 +13,7 @@
MapleStory2, File, Parser, m2d, xml
true
- 2.3.0
+ 2.3.1
net8.0
README.md
enable
diff --git a/Maple2.File.Parser/Xml/Table/SmartPush.cs b/Maple2.File.Parser/Xml/Table/SmartPush.cs
index 7f9beba..71f29fc 100644
--- a/Maple2.File.Parser/Xml/Table/SmartPush.cs
+++ b/Maple2.File.Parser/Xml/Table/SmartPush.cs
@@ -14,7 +14,7 @@ public partial class SmartPush : IFeatureLocale {
[XmlAttribute] public string content = string.Empty;
[XmlAttribute] public string actionType = string.Empty;
[XmlAttribute] public int actionValue;
- [XmlAttribute] public long requireMeret;
- [XmlAttribute] public string[] requiredItem = Array.Empty();
+ [XmlAttribute] public long requireMerat;
+ [M2dArray] public string[] requireItem = Array.Empty();
[XmlAttribute] public string imgPath = string.Empty;
}