~ruther/NosSmooth

7f17250eafb7d088b6bdb82bb2a3057016d5f28f — Rutherther 2 years ago 2583c98
fix(data): correctly parse special cost
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
@@ 58,7 58,7 @@ public class SkillParser : IInfoParser<ISkillInfo>
                    (TargetType)targetEntry.Read<int>(1),
                    (HitType)targetEntry.Read<int>(2),
                    (Element)typeEntry.Read<int>(6),
                    costEntry.Read<int>(1),
                    costEntry.Read<int>(3),
                    dataEntry.Read<short>(1),
                    dataEntry.Read<short>(2),
                    dataEntry.Read<short>(10),

Do not follow this link