ip-based account authentication and authorization
protocol extension fix to properly support pre-login packets refactored skill title calculation
This commit is contained in:
parent
944d12be39
commit
b1a05c68dd
3 changed files with 41 additions and 24 deletions
|
|
@ -12,7 +12,7 @@ namespace Server.Misc
|
|||
|
||||
public static void Initialize()
|
||||
{
|
||||
PacketHandlers.Register( 0xF0, 0, true, new OnPacketReceive( DecodeBundledPacket ) );
|
||||
PacketHandlers.Register( 0xF0, 0, false, new OnPacketReceive( DecodeBundledPacket ) );
|
||||
|
||||
Register( 0x00, true, new OnPacketReceive( QueryPartyLocations ) );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue