mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
Merge pull request #539 from SapphireMordred/develop
Added opcode 10B ( short server notice )
This commit is contained in:
commit
78ba9ca4e8
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