forked from MagicBane/Server
Handler created for ViewResourcesMsg
This commit is contained in:
@@ -241,7 +241,7 @@ public enum Protocol {
|
||||
VENDORSELLWINDOW(0x267DAB90, VendorSellWindowMsg.class, VendorSellWindowMsgHandler.class), //open Sell to NPC Window
|
||||
VENDORBUYWINDOW(0x682DAB4D, VendorBuyWindowMsg.class, VendorBuyWindowMsgHandler.class), // Open Buy From NPC Window
|
||||
VERSIONINFO(0x4B7EE463, VersionInfoMsg.class, null), // Version Information
|
||||
VIEWRESOURCES(0xCEFD0346, ViewResourcesMessage.class, null),
|
||||
VIEWRESOURCES(0xCEFD0346, ViewResourcesMsg.class, ViewResourcesMsgHandler.class),
|
||||
VISUALUPDATE(0x33402fd2, null, null),
|
||||
WEIGHTINVENTORY(0xF1B6A85C, LootWindowResponseMsg.class, null), // MoveObjectToContainer Window Response
|
||||
WHOREQUEST(0xF431CCE9, WhoRequestMsg.class, WhoRequestMsgHandler.class), // Request /who
|
||||
|
||||
Reference in New Issue
Block a user