From 5aa01d94fd9c12058289b6268984c272f0da7ef3 Mon Sep 17 00:00:00 2001 From: MagicBot Date: Sun, 31 Mar 2024 10:50:40 -0400 Subject: [PATCH] New handlers plugged into protocol class --- src/engine/net/client/Protocol.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),