Fix dwForceAttack and dwForceAttack2 patterns

This commit is contained in:
a2x
2023-12-15 01:23:32 +10:00
parent a69276402b
commit 8aa2b8400c
8 changed files with 20 additions and 20 deletions

View File

@@ -25,7 +25,7 @@
{
"name": "dwForceAttack",
"module": "client.dll",
"pattern": "48 8D 0D ? ? ? ? E9 44 42 B4 FF",
"pattern": "48 8D 0D ? ? ? ? E9 C4 42 B4 FF",
"operations": [
{
"type": "rip"
@@ -39,7 +39,7 @@
{
"name": "dwForceAttack2",
"module": "client.dll",
"pattern": "48 8D 0D ? ? ? ? E9 54 42 B4 FF",
"pattern": "48 8D 0D ? ? ? ? E9 D4 42 B4 FF",
"operations": [
{
"type": "rip"