mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 07:37:45 +00:00
fixed a few typos in freecompanyMgr enum
This commit is contained in:
parent
f696e015b7
commit
75a66ac532
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ namespace Sapphire::World::Manager
|
||||||
enum ResultType : int32_t
|
enum ResultType : int32_t
|
||||||
{
|
{
|
||||||
Create = 0x1,
|
Create = 0x1,
|
||||||
LEave = 0x2,
|
Leave = 0x2,
|
||||||
Kick = 0x3,
|
Kick = 0x3,
|
||||||
Disband = 0x4,
|
Disband = 0x4,
|
||||||
SetHierarchyName = 0x5,
|
SetHierarchyName = 0x5,
|
||||||
|
@ -32,7 +32,7 @@ namespace Sapphire::World::Manager
|
||||||
RemoveHierarchy = 0x9,
|
RemoveHierarchy = 0x9,
|
||||||
SortHierarchy = 0xA,
|
SortHierarchy = 0xA,
|
||||||
CreateComplete = 0xB,
|
CreateComplete = 0xB,
|
||||||
ForceDistband = 0xC,
|
ForceDisband = 0xC,
|
||||||
SetCompanyBoard = 0xD,
|
SetCompanyBoard = 0xD,
|
||||||
ChangeMaster = 0xE,
|
ChangeMaster = 0xE,
|
||||||
FcLogin = 0xF,
|
FcLogin = 0xF,
|
||||||
|
@ -40,7 +40,7 @@ namespace Sapphire::World::Manager
|
||||||
RenameCreate = 0x11,
|
RenameCreate = 0x11,
|
||||||
Rename = 0x12,
|
Rename = 0x12,
|
||||||
RenameTag = 0x13,
|
RenameTag = 0x13,
|
||||||
FcRankUo = 0x14,
|
FcRankUp = 0x14,
|
||||||
FcReputationUp = 0x15,
|
FcReputationUp = 0x15,
|
||||||
MoveGrandCompany = 0x16,
|
MoveGrandCompany = 0x16,
|
||||||
MoveGcComplete = 0x17,
|
MoveGcComplete = 0x17,
|
||||||
|
|
Loading…
Add table
Reference in a new issue