ip-based account authentication and authorization

protocol extension fix to properly support pre-login packets
refactored skill title calculation
This commit is contained in:
krrios 2007-07-29 00:49:06 +00:00
parent 944d12be39
commit b1a05c68dd
3 changed files with 41 additions and 24 deletions

View file

@ -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 ) );
}