New handlers plugged into protocol class

This commit is contained in:
2024-03-31 10:50:40 -04:00
parent 7b405bbbf3
commit 5aa01d94fd
+1 -1
View File
@@ -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),