fix: Adds freeshard protocol to information list (#1038)
This commit is contained in:
parent
1e6ab794fe
commit
d261973cee
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ public static class IncomingPackets
|
|||
0xD9 => true, // Hardware Info
|
||||
0xDD => true, // Gumps (Packed)
|
||||
0xE1 => true, // Client Type
|
||||
0xF1 => true, // Freeshard Protocol
|
||||
0xF4 => true, // CrashReport
|
||||
_ => false
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue