~ruther/NosSmooth

37254dfe2b39767cdef487badfb5af195e8935f3 — Rutherther 2 years ago 13b8517
fix(nosfiles): correct MpCost position in nosfiles
1 files changed, 1 insertions(+), 1 deletions(-)

M Data/NosSmooth.Data.NOSFiles/Parsers/SkillParser.cs
M Data/NosSmooth.Data.NOSFiles/Parsers/SkillParser.cs => Data/NosSmooth.Data.NOSFiles/Parsers/SkillParser.cs +1 -1
@@ 49,7 49,7 @@ public class SkillParser : IInfoParser<ISkillInfo>
                    dataEntry.Read<int>(5),
                    dataEntry.Read<int>(6),
                    (SkillType)typeEntry.Read<int>(1),
                    dataEntry.Read<int>(7),
                    dataEntry.Read<int>(9),
                    typeEntry.Read<short>(2),
                    (TargetType)targetEntry.Read<int>(1),
                    (HitType)targetEntry.Read<int>(2)

Do not follow this link