Skip to content

Commit abfabfc

Browse files
committed
tiny fix
1 parent 24eb54e commit abfabfc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Maple2.File.Parser/Xml/Table/AutoActionPricePackage.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ public class AutoActionPricePackage {
1212
[XmlAttribute] public string content = string.Empty;
1313
[XmlAttribute] public int id;
1414
[XmlAttribute] public int duration;
15-
[XmlAttribute] public int merat;
15+
[XmlAttribute] public long merat;
16+
[XmlAttribute] public long meso;
1617
}

0 commit comments

Comments
 (0)