mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-24 13:47:46 +00:00
update some client opcodes
This commit is contained in:
parent
044030e944
commit
f9f7da531a
2 changed files with 5 additions and 5 deletions
|
@ -315,7 +315,7 @@ enum ActorControlType : uint16_t
|
|||
UpdatedSeenHowTos = 0x133,
|
||||
AllotAttribute = 0x135,
|
||||
|
||||
ClearWaymarks = 0x13A,
|
||||
ClearFieldMarkers = 0x13A,
|
||||
CameraMode = 0x13B, // param12, 1 = camera mode enable, 0 = disable
|
||||
CharaNameReq = 0x13D, // requests character name by content id
|
||||
HuntingLogDetails = 0x194,
|
||||
|
|
|
@ -313,15 +313,14 @@ namespace Sapphire::Network::Packets
|
|||
|
||||
ReqJoinNoviceNetwork = 0x0129, // updated 4.2
|
||||
|
||||
ReqCountdownInitiate = 0x0133, // updated 4.5
|
||||
ReqCountdownCancel = 0x0134, // updated 4.5
|
||||
ClearWaymarks = 0x0135, // updated 4.5
|
||||
ReqCountdownInitiate = 0x0135, // updated 5.0
|
||||
ReqCountdownCancel = 0x0136, // updated 5.0
|
||||
|
||||
ZoneLineHandler = 0x0139, // updated 5.0
|
||||
ClientTrigger = 0x013A, // updated 5.0
|
||||
DiscoveryHandler = 0x013B, // updated 5.0
|
||||
|
||||
AddWaymark = 0x013A, // updated 4.5
|
||||
PlaceFieldMarker = 0x013C, // updated 5.0
|
||||
|
||||
SkillHandler = 0x013D, // updated 5.0
|
||||
GMCommand1 = 0x013E, // updated 5.0
|
||||
|
@ -331,6 +330,7 @@ namespace Sapphire::Network::Packets
|
|||
UpdatePositionHandler = 0x0141, // updated 5.0
|
||||
|
||||
InventoryModifyHandler = 0x0148, // updated 5.0
|
||||
InventoryEquipRecommendedItems = 0x0149, // updated 5.0
|
||||
|
||||
ReqPlaceHousingItem = 0x014B, // updated 5.0
|
||||
BuildPresetHandler = 0x014F, // updated 5.0
|
||||
|
|
Loading…
Add table
Reference in a new issue