mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 15:17:46 +00:00
Fill in other known EventHandlerTypes
This commit is contained in:
parent
42552833a9
commit
5f4d87cd7b
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue