mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-25 19:17:45 +00:00
InventoryOperation enum
This commit is contained in:
parent
980b7d83ca
commit
05b9821821
2 changed files with 8 additions and 8 deletions
|
@ -51,11 +51,11 @@ namespace Sapphire::Common
|
||||||
|
|
||||||
enum InventoryOperation : uint16_t
|
enum InventoryOperation : uint16_t
|
||||||
{
|
{
|
||||||
Discard = 0x0117,
|
Discard = 0x01DE,
|
||||||
Move = 0x0118,
|
Move = 0x01DF,
|
||||||
Swap = 0x0119,
|
Swap = 0x01E0,
|
||||||
Split = 0x011A,
|
Split = 0x01E1,
|
||||||
Merge = 0x011C,
|
Merge = 0x01E3,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum ClientLanguage : uint8_t
|
enum ClientLanguage : uint8_t
|
||||||
|
|
|
@ -370,15 +370,15 @@ namespace Sapphire::Network::Packets
|
||||||
ReqCountdownInitiate = 0xF25F, // updated 5.35 hotfix
|
ReqCountdownInitiate = 0xF25F, // updated 5.35 hotfix
|
||||||
ReqCountdownCancel = 0xF244, // updated 5.25
|
ReqCountdownCancel = 0xF244, // updated 5.25
|
||||||
|
|
||||||
ZoneLineHandler = 0xF337, // updated 5.55 hotfix diff
|
ZoneLineHandler = 0x01C2, // updated 5.55 hotfix
|
||||||
ClientTrigger = 0x0337, // updated 5.55 hotfix
|
ClientTrigger = 0x0337, // updated 5.55 hotfix
|
||||||
DiscoveryHandler = 0xF0E3, // updated 5.35 hotfix
|
DiscoveryHandler = 0xF0E3, // updated 5.35 hotfix
|
||||||
|
|
||||||
PlaceFieldMarkerPreset = 0xF10C, // updated 5.55 hotfix diff
|
PlaceFieldMarkerPreset = 0xF10C, // updated 5.55 hotfix diff
|
||||||
PlaceFieldMarker = 0xF2E2, // updated 5.55 hotfix diff
|
PlaceFieldMarker = 0xF2E2, // updated 5.55 hotfix diff
|
||||||
SkillHandler = 0x02A2, // updated 5.55 hotfix
|
SkillHandler = 0x02A2, // updated 5.55 hotfix
|
||||||
GMCommand1 = 0xF3DC, // updated 5.55 hotfix diff
|
GMCommand1 = 0x01F0, // updated 5.55 hotfix
|
||||||
GMCommand2 = 0xF13D, // updated 5.55 hotfix diff
|
GMCommand2 = 0x0068, // updated 5.55 hotfix
|
||||||
AoESkillHandler = 0xF24B, // updated 5.55 hotfix diff
|
AoESkillHandler = 0xF24B, // updated 5.55 hotfix diff
|
||||||
|
|
||||||
UpdatePositionHandler = 0x024B, // updated 5.55 hotfix
|
UpdatePositionHandler = 0x024B, // updated 5.55 hotfix
|
||||||
|
|
Loading…
Add table
Reference in a new issue