diff --git a/src/engine/net/client/Protocol.java b/src/engine/net/client/Protocol.java index 8b7fb909..4a8c08cf 100644 --- a/src/engine/net/client/Protocol.java +++ b/src/engine/net/client/Protocol.java @@ -186,7 +186,7 @@ public enum Protocol { SCALEOBJECT(0xE2B392D9, null, null), // Adjust scale of object SELECTCHAR(0x7E6A9338, GameServerIPRequestMsg.class, GameServerIPRequestMsgHandler.class), // Game Server IP Request SELECTCITY(0x7E6BE630, null, null), - SELECTSERVER(0x440D28B7, ServerInfoMsg.class, ServerInfoMsg.class), // Server Info Request/Response + SELECTSERVER(0x440D28B7, ServerInfoMsg.class, ServerInfoMsgHandler.class), // Server Info Request/Response SELLTONPC(0x57111C67, VendorSellMsg.class, VendorSellMsgHandler.class), //Sell to NPC SENDCITYENTRY(0xBC3B5E72, null, null), //Send Teleport/Repledge List SENDGUILDENTRY(0x6D5EF164, null, null),