mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-24 21:57:44 +00:00
New Discovery/DiscoveryHandler opcodes
Add in the new opcodes for Discovery and DiscoveryHandler found by @collett8192.
This commit is contained in:
parent
f8236147a6
commit
1fc067a3e6
1 changed files with 2 additions and 2 deletions
|
@ -221,7 +221,7 @@ namespace Sapphire::Network::Packets
|
|||
|
||||
WeatherChange = 0x02FB, // updated 5.11
|
||||
PlayerTitleList = 0x037D, // updated 5.1
|
||||
Discovery = 0x02E7, // updated 5.18
|
||||
Discovery = 0x0091, // updated 5.2
|
||||
|
||||
EorzeaTimeOffset = 0x03B8, // updated 5.1
|
||||
|
||||
|
@ -334,7 +334,7 @@ namespace Sapphire::Network::Packets
|
|||
|
||||
ZoneLineHandler = 0x00B9, // updated 5.2
|
||||
ClientTrigger = 0x017C, // updated 5.2
|
||||
DiscoveryHandler = 0x017B, // updated 5.18
|
||||
DiscoveryHandler = 0x019A, // updated 5.2
|
||||
|
||||
PlaceFieldMarker = 0x013C, // updated 5.0
|
||||
SkillHandler = 0x0225, // updated 5.2
|
||||
|
|
Loading…
Add table
Reference in a new issue