1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 14:57:44 +00:00

Fill in other known EventHandlerTypes

This commit is contained in:
Flawed 2020-05-11 12:12:12 -07:00 committed by GitHub
parent 42552833a9
commit 5f4d87cd7b

View file

@ -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,
};