From 79f58a36aac2cf5981a7011cee38977f7c6aa48d Mon Sep 17 00:00:00 2001 From: Maple Date: Thu, 26 Jan 2023 07:11:41 -0300 Subject: [PATCH] Add missing OnlineStatus.exd to CommonGen.h --- src/common/CommonGen.h | 48 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/src/common/CommonGen.h b/src/common/CommonGen.h index f223268a..836e260e 100644 --- a/src/common/CommonGen.h +++ b/src/common/CommonGen.h @@ -514,6 +514,54 @@ namespace Sapphire::Common { //OnlineStatus.exd enum class OnlineStatus : uint8_t { + None = 0, + GameQA = 1, + GameMaster = 2, + GameMaster1 = 3, + EventParticipant = 4, + Disconnected = 5, + WaitingforFriendListApproval = 6, + WaitingforLinkshellApproval = 7, + WaitingforFreeCompanyApproval = 8, + NotFound = 9, + Offline = 10, + BattleMentor = 11, + Busy = 12, + PvP = 13, + PlayingTripleTriad = 14, + ViewingCutscene = 15, + UsingaChocoboPorter = 16, + AwayfromKeyboard = 17, + CameraMode = 18, + LookingforRepairs = 19, + LookingtoRepair = 20, + LookingtoMeldMateria = 21, + Roleplaying = 22, + LookingforParty = 23, + SwordforHire = 24, + WaitingforDutyFinder = 25, + RecruitingPartyMembers = 26, + Mentor = 27, + PvEMentor = 28, + TradeMentor = 29, + PvPMentor = 30, + Returner = 31, + NewAdventurer = 32, + AllianceLeader = 33, + AlliancePartyLeader = 34, + AlliancePartyMember = 35, + PartyLeader = 36, + PartyMember = 37, + PartyLeaderCrossworld = 38, + PartyMemberCrossworld = 39, + AnotherWorld = 40, + SharingDuty = 41, + SimilarDuty = 42, + InDuty = 43, + TrialAdventurer = 44, + FreeCompany = 45, + GrandCompany = 46, + Online = 47, }; ///////////////////////////////////////////////////////////