1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-06 18:57:45 +00:00

Merge pull request #673 from ff14wed/patch-1

Fill in other known EventHandlerTypes
This commit is contained in:
Mordred 2020-05-12 00:16:56 +02:00 committed by GitHub
commit cc8103f71c

View file

@ -57,6 +57,7 @@ namespace Sapphire::Event
Craft = 0x000A, Craft = 0x000A,
CustomTalk = 0x000B, CustomTalk = 0x000B,
CompanyLeveOfficer = 0x000C, CompanyLeveOfficer = 0x000C,
Array = 0x000D,
CraftLeve = 0x000E, CraftLeve = 0x000E,
GimmickAccessor = 0x000F, GimmickAccessor = 0x000F,
GimmickBill = 0x0010, GimmickBill = 0x0010,
@ -72,8 +73,11 @@ namespace Sapphire::Event
Story = 0x001A, Story = 0x001A,
SpecialShop = 0x001B, SpecialShop = 0x001B,
BahamutGuide = 0x001C, BahamutGuide = 0x001C,
InstanceContentGuide = 0x001D,
HousingAethernet = 0x001E, HousingAethernet = 0x001E,
FcTalk = 0x001F, FcTalk = 0x001F,
Adventure = 0x0021,
DailyQuestSupply = 0x0022,
ICDirector = 0x8003, ICDirector = 0x8003,
QuestBattleDirector = 0x8006, QuestBattleDirector = 0x8006,
}; };