1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 05:57:45 +00:00

New Discovery/DiscoveryHandler opcodes

Add in the new opcodes for Discovery and DiscoveryHandler found by
@collett8192.
This commit is contained in:
Sophie Hamilton 2020-03-02 09:01:00 +00:00
parent f8236147a6
commit 1fc067a3e6

View file

@ -221,7 +221,7 @@ namespace Sapphire::Network::Packets
WeatherChange = 0x02FB, // updated 5.11 WeatherChange = 0x02FB, // updated 5.11
PlayerTitleList = 0x037D, // updated 5.1 PlayerTitleList = 0x037D, // updated 5.1
Discovery = 0x02E7, // updated 5.18 Discovery = 0x0091, // updated 5.2
EorzeaTimeOffset = 0x03B8, // updated 5.1 EorzeaTimeOffset = 0x03B8, // updated 5.1
@ -334,7 +334,7 @@ namespace Sapphire::Network::Packets
ZoneLineHandler = 0x00B9, // updated 5.2 ZoneLineHandler = 0x00B9, // updated 5.2
ClientTrigger = 0x017C, // updated 5.2 ClientTrigger = 0x017C, // updated 5.2
DiscoveryHandler = 0x017B, // updated 5.18 DiscoveryHandler = 0x019A, // updated 5.2
PlaceFieldMarker = 0x013C, // updated 5.0 PlaceFieldMarker = 0x013C, // updated 5.0
SkillHandler = 0x0225, // updated 5.2 SkillHandler = 0x0225, // updated 5.2