mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-23 21:27:45 +00:00
Merge pull request #667 from Supamiu/patch-3
Add Fishing and Craft event types
This commit is contained in:
commit
2823923a88
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue