From 7ff27b3120859d2a32e3daff717ecb363958e525 Mon Sep 17 00:00:00 2001 From: Nukoooo <89713806+Nukoooo@users.noreply.github.com> Date: Sun, 14 May 2023 18:53:47 +0800 Subject: [PATCH] Update ffnetwork.py --- idaplugins/ffnetwork.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idaplugins/ffnetwork.py b/idaplugins/ffnetwork.py index 6efe479..9eb9415 100644 --- a/idaplugins/ffnetwork.py +++ b/idaplugins/ffnetwork.py @@ -99,7 +99,7 @@ packet_names = { 279: 'UpdateClassInfoBozja', 280: 'PlayerSetup', 281: 'PlayerStats', - 281: 'FirstAttack', + 282: 'FirstAttack', 283: 'PlayerStateFlags', 284: 'PlayerClassInfo', 286: 'ModelEquip',