mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 16:17:46 +00:00
Added opcode 10B ( short server notice )
This commit is contained in:
parent
e8b1fed7a2
commit
e5efe69ed6
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ namespace Sapphire::Network::Packets
|
|||
InitSearchInfo = 0x0107, // updated 4.4
|
||||
ExamineSearchComment = 0x0102, // updated 4.1
|
||||
|
||||
ServerNoticeShort = 0x010B, // added 4.5
|
||||
ServerNotice = 0x010C, // updated 4.5
|
||||
SetOnlineStatus = 0x010D, // updated 4.5
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue