mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
fixed chat packet, may you be blessed by working debug messages
This commit is contained in:
parent
a2a5a6bd69
commit
4aa8971195
1 changed files with 2 additions and 3 deletions
|
@ -73,7 +73,7 @@ namespace Sapphire::Network::Packets
|
||||||
SocialRequestResponse = 0x00BB, // updated 4.1
|
SocialRequestResponse = 0x00BB, // updated 4.1
|
||||||
CancelAllianceForming = 0x00C6, // updated 4.2
|
CancelAllianceForming = 0x00C6, // updated 4.2
|
||||||
|
|
||||||
Chat = 0x00F7, // updated 4.5?
|
Chat = 0x0104, // updated 5.0
|
||||||
|
|
||||||
WorldVisitList = 0x00FE, // added 4.5
|
WorldVisitList = 0x00FE, // added 4.5
|
||||||
|
|
||||||
|
@ -288,11 +288,10 @@ namespace Sapphire::Network::Packets
|
||||||
ChatHandler = 0x00D9, // updated 5.0
|
ChatHandler = 0x00D9, // updated 5.0
|
||||||
|
|
||||||
SocialListHandler = 0x00E1, // updated 5.0
|
SocialListHandler = 0x00E1, // updated 5.0
|
||||||
|
SetSearchInfoHandler = 0x00E4, // updated 5.0
|
||||||
ReqSearchInfoHandler = 0x00E6, // updated 5.0
|
ReqSearchInfoHandler = 0x00E6, // updated 5.0
|
||||||
ReqExamineSearchCommentHandler = 0x00E7, // updated 5.0
|
ReqExamineSearchCommentHandler = 0x00E7, // updated 5.0
|
||||||
|
|
||||||
SetSearchInfoHandler = 0x00E4, // updated 5.0
|
|
||||||
|
|
||||||
BlackListHandler = 0x00F2, // updated 5.0
|
BlackListHandler = 0x00F2, // updated 5.0
|
||||||
PlayerSearchHandler = 0x00E6, // updated 4.5
|
PlayerSearchHandler = 0x00E6, // updated 4.5
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue