Encode ScaleType for exporting Might pkl

This commit is contained in:
Kurt
2023-02-26 16:18:46 -08:00
parent ce0ea7e2f8
commit 61ff87eec6

View File

@@ -76,8 +76,8 @@ public void SerializeType3(BinaryWriter bw)
bw.Write((byte)b.TalentValue.SPA);
bw.Write((byte)b.TalentValue.SPD);
bw.Write((byte)(b.TalentType == 0 ? 0 : 1));
bw.Write((byte)b.ScaleType);
bw.Write((byte)b.ScaleValue);
bw.Write((byte)0);
}
}