mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 07:20:50 +01:00
Merge branch '361-hotelviewinventory' into 'dev'
feat(PacketManager): enable 3500 See merge request morningstar/Arcturus-Community!91
This commit is contained in:
commit
d9bebe2c9e
@ -343,10 +343,10 @@ public class PacketManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void registerInventory() throws Exception {
|
private void registerInventory() throws Exception {
|
||||||
//this.registerHandler(Incoming.TestInventoryEvent, TestInventoryEvent.class);
|
|
||||||
this.registerHandler(Incoming.RequestInventoryBadgesEvent, RequestInventoryBadgesEvent.class);
|
this.registerHandler(Incoming.RequestInventoryBadgesEvent, RequestInventoryBadgesEvent.class);
|
||||||
this.registerHandler(Incoming.RequestInventoryBotsEvent, RequestInventoryBotsEvent.class);
|
this.registerHandler(Incoming.RequestInventoryBotsEvent, RequestInventoryBotsEvent.class);
|
||||||
this.registerHandler(Incoming.RequestInventoryItemsEvent, RequestInventoryItemsEvent.class);
|
this.registerHandler(Incoming.RequestInventoryItemsEvent, RequestInventoryItemsEvent.class);
|
||||||
|
this.registerHandler(Incoming.HotelViewInventoryEvent, RequestInventoryItemsEvent.class);
|
||||||
this.registerHandler(Incoming.RequestInventoryPetsEvent, RequestInventoryPetsEvent.class);
|
this.registerHandler(Incoming.RequestInventoryPetsEvent, RequestInventoryPetsEvent.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -228,6 +228,7 @@ public class PacketManager_1006 {
|
|||||||
this.registerHandler(Incoming.RequestInventoryBadgesEvent, RequestInventoryBadgesEvent.class);
|
this.registerHandler(Incoming.RequestInventoryBadgesEvent, RequestInventoryBadgesEvent.class);
|
||||||
this.registerHandler(Incoming.RequestInventoryBotsEvent, RequestInventoryBotsEvent.class);
|
this.registerHandler(Incoming.RequestInventoryBotsEvent, RequestInventoryBotsEvent.class);
|
||||||
this.registerHandler(Incoming.RequestInventoryItemsEvent, RequestInventoryItemsEvent.class);
|
this.registerHandler(Incoming.RequestInventoryItemsEvent, RequestInventoryItemsEvent.class);
|
||||||
|
this.registerHandler(Incoming.HotelViewInventoryEvent, RequestInventoryItemsEvent.class);
|
||||||
this.registerHandler(Incoming.RequestInventoryPetsEvent, RequestInventoryPetsEvent.class);
|
this.registerHandler(Incoming.RequestInventoryPetsEvent, RequestInventoryPetsEvent.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -136,7 +136,7 @@ public class Incoming {
|
|||||||
public static final int RequestAchievementsEvent = 219;
|
public static final int RequestAchievementsEvent = 219;
|
||||||
public static final int GuildChangeColorsEvent = 1764;
|
public static final int GuildChangeColorsEvent = 1764;
|
||||||
public static final int RequestInventoryBadgesEvent = 2769;
|
public static final int RequestInventoryBadgesEvent = 2769;
|
||||||
public static final int TestInventoryEvent = 3500;
|
public static final int HotelViewInventoryEvent = 3500;
|
||||||
public static final int RequestPetBreedsEvent = 1756;
|
public static final int RequestPetBreedsEvent = 1756;
|
||||||
public static final int GuildChangeBadgeEvent = 1991;
|
public static final int GuildChangeBadgeEvent = 1991;
|
||||||
public static final int ModToolBanEvent = -1;
|
public static final int ModToolBanEvent = -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user