mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-13 05:57:45 +00:00
add gathering point event type
This commit is contained in:
parent
4a270a1ec1
commit
cff2553030
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue