forked from MagicBane/Server
New handlers plugged into protocol class
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user