Compare commits

..

2 Commits

Author SHA1 Message Date
Anna a01c91d67e
chore: bump version to 1.18.9 2023-10-03 03:47:54 -04:00
Anna 84a13e6972
fix: update signature 2023-10-03 03:47:54 -04:00
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ internal sealed unsafe class Context {
#region Offsets
[Signature(
"FF 90 ?? ?? ?? ?? 8B 93 ?? ?? ?? ?? 48 8B C8 E8 ?? ?? ?? ?? E9 ?? ?? ?? ?? 41 B4 01",
"FF 90 ?? ?? ?? ?? 8B 93 ?? ?? ?? ?? 48 8B C8 E8 ?? ?? ?? ?? 41 0F B6 D4 48 8B CB E8 ?? ?? ?? ?? E9 ?? ?? ?? ?? 48 81 FF ?? ?? ?? ?? 0F 85",
Offset = 2
)]
private readonly int? _searchForRecipesUsingItemVfunc;