From ccadf7341c058e43b432f408f234a584db3999f6 Mon Sep 17 00:00:00 2001 From: NotAdam Date: Sun, 14 Jul 2019 17:26:13 +1000 Subject: [PATCH] add gathering point event type --- src/world/Event/EventHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world/Event/EventHandler.h b/src/world/Event/EventHandler.h index 5117b8f6..11b36c27 100644 --- a/src/world/Event/EventHandler.h +++ b/src/world/Event/EventHandler.h @@ -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,