From 05b98218215a0641a6591a4c822303754a4a2a28 Mon Sep 17 00:00:00 2001 From: collett Date: Fri, 4 Jun 2021 19:49:27 +0900 Subject: [PATCH] InventoryOperation enum --- src/common/Common.h | 10 +++++----- src/common/Network/PacketDef/Ipcs.h | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/common/Common.h b/src/common/Common.h index 6e1f9693..c2aaa914 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -51,11 +51,11 @@ namespace Sapphire::Common enum InventoryOperation : uint16_t { - Discard = 0x0117, - Move = 0x0118, - Swap = 0x0119, - Split = 0x011A, - Merge = 0x011C, + Discard = 0x01DE, + Move = 0x01DF, + Swap = 0x01E0, + Split = 0x01E1, + Merge = 0x01E3, }; enum ClientLanguage : uint8_t diff --git a/src/common/Network/PacketDef/Ipcs.h b/src/common/Network/PacketDef/Ipcs.h index 8e634a4c..d50ef378 100644 --- a/src/common/Network/PacketDef/Ipcs.h +++ b/src/common/Network/PacketDef/Ipcs.h @@ -370,15 +370,15 @@ namespace Sapphire::Network::Packets ReqCountdownInitiate = 0xF25F, // updated 5.35 hotfix ReqCountdownCancel = 0xF244, // updated 5.25 - ZoneLineHandler = 0xF337, // updated 5.55 hotfix diff + ZoneLineHandler = 0x01C2, // updated 5.55 hotfix ClientTrigger = 0x0337, // updated 5.55 hotfix DiscoveryHandler = 0xF0E3, // updated 5.35 hotfix PlaceFieldMarkerPreset = 0xF10C, // updated 5.55 hotfix diff PlaceFieldMarker = 0xF2E2, // updated 5.55 hotfix diff SkillHandler = 0x02A2, // updated 5.55 hotfix - GMCommand1 = 0xF3DC, // updated 5.55 hotfix diff - GMCommand2 = 0xF13D, // updated 5.55 hotfix diff + GMCommand1 = 0x01F0, // updated 5.55 hotfix + GMCommand2 = 0x0068, // updated 5.55 hotfix AoESkillHandler = 0xF24B, // updated 5.55 hotfix diff UpdatePositionHandler = 0x024B, // updated 5.55 hotfix