From 2c7d74e72c706414cc9f117db518047a74f67194 Mon Sep 17 00:00:00 2001 From: Flavien Normand Date: Sun, 10 May 2020 20:45:18 +0200 Subject: [PATCH] Add Fishing and Craft event types --- src/world/Event/EventHandler.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/world/Event/EventHandler.h b/src/world/Event/EventHandler.h index 11b36c27..285cc59d 100644 --- a/src/world/Event/EventHandler.h +++ b/src/world/Event/EventHandler.h @@ -54,6 +54,7 @@ namespace Sapphire::Event Aetheryte = 0x0005, GuildLeveAssignment = 0x0006, DefaultTalk = 0x0009, + Craft = 0x000A, CustomTalk = 0x000B, CompanyLeveOfficer = 0x000C, CraftLeve = 0x000E, @@ -63,6 +64,7 @@ namespace Sapphire::Event ChocoboTaxiStand = 0x0012, Opening = 0x0013, ExitRange = 0x0014, + Fishing = 0x0015, GCShop = 0x0016, GuildOrderGuide = 0x0017, GuildOrderOfficer = 0x0018,