From 37254dfe2b39767cdef487badfb5af195e8935f3 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 31 Dec 2022 00:56:34 +0100 Subject: [PATCH] fix(nosfiles): correct MpCost position in nosfiles --- Data/NosSmooth.Data.NOSFiles/Parsers/SkillParser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/NosSmooth.Data.NOSFiles/Parsers/SkillParser.cs b/Data/NosSmooth.Data.NOSFiles/Parsers/SkillParser.cs index 11d44c2..690236e 100644 --- a/Data/NosSmooth.Data.NOSFiles/Parsers/SkillParser.cs +++ b/Data/NosSmooth.Data.NOSFiles/Parsers/SkillParser.cs @@ -49,7 +49,7 @@ public class SkillParser : IInfoParser dataEntry.Read(5), dataEntry.Read(6), (SkillType)typeEntry.Read(1), - dataEntry.Read(7), + dataEntry.Read(9), typeEntry.Read(2), (TargetType)targetEntry.Read(1), (HitType)targetEntry.Read(2) -- 2.49.0