mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-25 19:17:45 +00:00
Merge remote-tracking branch 'remotes/origin/develop' into develop_5.25
This commit is contained in:
commit
1d2945542b
1 changed files with 6 additions and 6 deletions
|
@ -61,7 +61,7 @@ namespace Sapphire::Network::Packets
|
||||||
|
|
||||||
///////////////////////////////////////////////////
|
///////////////////////////////////////////////////
|
||||||
|
|
||||||
ChatBanned = 0x0000,//0x006B,
|
ChatBanned = 0xF06B,
|
||||||
Playtime = 0x0286, // updated 5.25
|
Playtime = 0x0286, // updated 5.25
|
||||||
Logout = 0x00CD, // updated 5.25
|
Logout = 0x00CD, // updated 5.25
|
||||||
CFNotify = 0x0145, // updated 5.25
|
CFNotify = 0x0145, // updated 5.25
|
||||||
|
@ -80,7 +80,7 @@ namespace Sapphire::Network::Packets
|
||||||
|
|
||||||
Chat = 0x0161, // updated 5.25
|
Chat = 0x0161, // updated 5.25
|
||||||
|
|
||||||
WorldVisitList = 0x0000,//0x00FE, // added 4.5
|
WorldVisitList = 0xF0FE, // added 4.5
|
||||||
|
|
||||||
SocialList = 0x0269, // updated 5.25
|
SocialList = 0x0269, // updated 5.25
|
||||||
|
|
||||||
|
@ -102,7 +102,7 @@ namespace Sapphire::Network::Packets
|
||||||
|
|
||||||
LinkshellList = 0x00A9, // updated 5.25
|
LinkshellList = 0x00A9, // updated 5.25
|
||||||
|
|
||||||
MailDeleteRequest = 0x0000,//0x012B, // updated 5.0
|
MailDeleteRequest = 0xF12B, // updated 5.0
|
||||||
|
|
||||||
// 12D - 137 - constant gap between 4.5x -> 5.0
|
// 12D - 137 - constant gap between 4.5x -> 5.0
|
||||||
ReqMoogleMailList = 0x0138, // updated 5.0
|
ReqMoogleMailList = 0x0138, // updated 5.0
|
||||||
|
@ -118,7 +118,7 @@ namespace Sapphire::Network::Packets
|
||||||
|
|
||||||
CharaFreeCompanyTag = 0x013B, // updated 4.5
|
CharaFreeCompanyTag = 0x013B, // updated 4.5
|
||||||
FreeCompanyBoardMsg = 0x013C, // updated 4.5
|
FreeCompanyBoardMsg = 0x013C, // updated 4.5
|
||||||
FreeCompanyInfo = 0x0000,//0x013D, // updated 4.5
|
FreeCompanyInfo = 0xF13D, // updated 4.5
|
||||||
ExamineFreeCompanyInfo = 0xF13E, // updated 4.5
|
ExamineFreeCompanyInfo = 0xF13E, // updated 4.5
|
||||||
|
|
||||||
FreeCompanyUpdateShortMessage = 0xF157, // added 5.0
|
FreeCompanyUpdateShortMessage = 0xF157, // added 5.0
|
||||||
|
@ -213,11 +213,11 @@ namespace Sapphire::Network::Packets
|
||||||
SomeDirectorUnk4 = 0x01F3, // updated 5.21 hotfix
|
SomeDirectorUnk4 = 0x01F3, // updated 5.21 hotfix
|
||||||
SomeDirectorUnk8 = 0x028A, // updated 5.18
|
SomeDirectorUnk8 = 0x028A, // updated 5.18
|
||||||
SomeDirectorUnk16 = 0x028C, // updated 5.18
|
SomeDirectorUnk16 = 0x028C, // updated 5.18
|
||||||
DirectorPopUp = 0x0000,//0x0162, // updated 5.18 - display dialogue pop-ups in duties and FATEs, for example, Teraflare's countdown
|
DirectorPopUp = 0xF162, // updated 5.18 - display dialogue pop-ups in duties and FATEs, for example, Teraflare's countdown
|
||||||
DirectorPopUp4 = 0x0214, // updated 5.18
|
DirectorPopUp4 = 0x0214, // updated 5.18
|
||||||
DirectorPopUp8 = 0x00F8, // updated 5.18
|
DirectorPopUp8 = 0x00F8, // updated 5.18
|
||||||
|
|
||||||
CFAvailableContents = 0x0000,//0xF1FD, // updated 4.2
|
CFAvailableContents = 0xF1FD, // updated 4.2
|
||||||
|
|
||||||
WeatherChange = 0x0157, // updated 5.25
|
WeatherChange = 0x0157, // updated 5.25
|
||||||
PlayerTitleList = 0x037D, // updated 5.1
|
PlayerTitleList = 0x037D, // updated 5.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue