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

add gathering point event type

This commit is contained in:
NotAdam 2019-07-14 17:26:13 +10:00
parent 29b86879c1
commit ccadf7341c

View file

@ -49,7 +49,7 @@ namespace Sapphire::Event
{
Quest = 0x0001,
Warp = 0x0002,
Unknown = 0x0003, // Came up in the client with "Begin" unsure that means
GatheringPoint = 0x0003, // Came up in the client with "Begin" unsure that means
Shop = 0x0004,
Aetheryte = 0x0005,
GuildLeveAssignment = 0x0006,