@ -98,7 +98,7 @@ public enum Protocol {
@@ -98,7 +98,7 @@ public enum Protocol {
FRIENDDECLINE ( 0xF08FC279 , DeclineFriendMsg . class , FriendDeclineHandler . class ) ,
FURNITURE ( 0xCE7FA503 , FurnitureMsg . class , FurnitureHandler . class ) ,
GAMESERVERIPRESPONSE ( 0x6C95CF87 , GameServerIPResponseMsg . class , null ) , // Game Server IP Response
GLOBALCHANNELMESSAGE ( 0x2bf03fd2 , null , null ) ,
GLOBALCHANNELMESSAGE ( 0x2bf03fd2 , ChatGlobalMsg . class , AbstractChatMsgHandler . class ) ,
GOLDFROMVAULT ( 0x011D0123 , GoldFromVaultMsg . class , GoldFromVaultMsgHandler . class ) , // Transfer Gold from Vault to Inventory
GOLDTOVAULT ( 0x3ABAEE49 , GoldToVaultMsg . class , GoldToVaultMsgHandler . class ) , // Transfer Gold from Inventory to Vault
GROUPDISBAND ( 0xE2B85AA4 , DisbandGroupMsg . class , DisbandGroupHandler . class ) , //Disband Group
@ -125,7 +125,7 @@ public enum Protocol {
@@ -125,7 +125,7 @@ public enum Protocol {
JOINGUILD ( 0xF0C5F2FF , AcceptInviteToGuildMsg . class , AcceptInviteToGuildHandler . class ) , // Accept guild invite
KEEPALIVESERVERCLIENT ( 0x49EE129C , KeepAliveServerClientMsg . class , KeepAliveServerClientHandler . class ) , // Keep Alive
LEADERBOARD ( 0x6F0C1386 , LeaderboardMessage . class , null ) ,
LEADERCHANNELMESSAGE ( 0x17b306f9 , ChatGlobalMsg . class , null ) ,
LEADERCHANNELMESSAGE ( 0x17b306f9 , ChatGlobalMsg . class , AbstractChatMsgHandler . class ) ,
LEAVEGROUP ( 0xD8037303 , LeaveGroupMsg . class , LeaveGroupHandler . class ) , //Leave Group
LEAVEGUILD ( 0x1801EA32 , LeaveGuildMsg . class , LeaveGuildHandler . class ) , // Leave Guild
LEAVEREQUEST ( 0xC79D775C , LeaveWorldMsg . class , LeaveWorldMsgHandler . class ) , //Client Request Leave World