From 5f4d87cd7bb9708f9f20d3848cd9de3736c02abf Mon Sep 17 00:00:00 2001 From: Flawed <33593723+ff14wed@users.noreply.github.com> Date: Mon, 11 May 2020 12:12:12 -0700 Subject: [PATCH] Fill in other known EventHandlerTypes --- src/world/Event/EventHandler.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/world/Event/EventHandler.h b/src/world/Event/EventHandler.h index 8b6016c6..9bec90a4 100644 --- a/src/world/Event/EventHandler.h +++ b/src/world/Event/EventHandler.h @@ -57,6 +57,7 @@ namespace Sapphire::Event Craft = 0x000A, CustomTalk = 0x000B, CompanyLeveOfficer = 0x000C, + Array = 0x000D, CraftLeve = 0x000E, GimmickAccessor = 0x000F, GimmickBill = 0x0010, @@ -72,8 +73,11 @@ namespace Sapphire::Event Story = 0x001A, SpecialShop = 0x001B, BahamutGuide = 0x001C, + InstanceContentGuide = 0x001D, HousingAethernet = 0x001E, FcTalk = 0x001F, + Adventure = 0x0021, + DailyQuestSupply = 0x0022, ICDirector = 0x8003, QuestBattleDirector = 0x8006, };