mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-24 05:37: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,
|
Aetheryte = 0x0005,
|
||||||
GuildLeveAssignment = 0x0006,
|
GuildLeveAssignment = 0x0006,
|
||||||
DefaultTalk = 0x0009,
|
DefaultTalk = 0x0009,
|
||||||
|
Craft = 0x000A,
|
||||||
CustomTalk = 0x000B,
|
CustomTalk = 0x000B,
|
||||||
CompanyLeveOfficer = 0x000C,
|
CompanyLeveOfficer = 0x000C,
|
||||||
CraftLeve = 0x000E,
|
CraftLeve = 0x000E,
|
||||||
|
@ -63,6 +64,7 @@ namespace Sapphire::Event
|
||||||
ChocoboTaxiStand = 0x0012,
|
ChocoboTaxiStand = 0x0012,
|
||||||
Opening = 0x0013,
|
Opening = 0x0013,
|
||||||
ExitRange = 0x0014,
|
ExitRange = 0x0014,
|
||||||
|
Fishing = 0x0015,
|
||||||
GCShop = 0x0016,
|
GCShop = 0x0016,
|
||||||
GuildOrderGuide = 0x0017,
|
GuildOrderGuide = 0x0017,
|
||||||
GuildOrderOfficer = 0x0018,
|
GuildOrderOfficer = 0x0018,
|
||||||
|
|
Loading…
Add table
Reference in a new issue