Handler created for UseCharterMsg

This commit is contained in:
2024-03-27 13:29:33 -04:00
parent 68ae9c1b97
commit 5cfbd9998c
4 changed files with 41 additions and 11 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ public enum Protocol {
NONE(0x0, null, null),
ABANDONASSET(0xFDDBB233, AbandonAssetMsg.class, AbandonAssetMsgHandler.class), // AbandonAsset
ACTIVATECHARTER(0x296C0B22, UseCharterMsg.class, null),// Use Guild Charter
USECHARTER(0x296C0B22, UseCharterMsg.class, UseCharterMsgHandler.class),// Use Guild Charter
ACTIVATENPC(0xC9AAE81E, ActivateNPCMessage.class, ActivateNPCMsgHandler.class),
ACTIVATEPLEDGE(0x5A694DC0, SwearInMsg.class, SwearInHandler.class), // Swear In
ADDFRIEND(0xCFA1C787, AddFriendMessage.class, null),