mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Fix signature and CS changes.
This commit is contained in:
parent
889fc101a8
commit
9ccbe10642
4 changed files with 5 additions and 3 deletions
|
|
@ -43,7 +43,7 @@ public static class Sigs
|
|||
"E8 ?? ?? ?? ?? 40 F6 C7 01 74 3A 40 F6 C7 04 75 27 48 85 DB 74 2F 48 8B 05 ?? ?? ?? ?? 48 8B D3 48 8B 48 30";
|
||||
|
||||
public const string EnableDraw = "E8 ?? ?? ?? ?? 48 8B 8B ?? ?? ?? ?? 48 85 C9 74 33 45 33 C0";
|
||||
public const string WeaponReload = "E8 ?? ?? ?? ?? 44 8B 9F";
|
||||
public const string WeaponReload = "E8 ?? ?? ?? ?? 33 DB BE";
|
||||
|
||||
// PathResolver.Meta
|
||||
public const string UpdateModel = "48 8B ?? 56 48 83 ?? ?? ?? B9";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue