mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
Found a typo in opcodes
This commit is contained in:
parent
b6590fbe14
commit
bafb3c1f0d
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ namespace Core::Network::Packets
|
|||
|
||||
MailDeleteRequest = 0x0118, // updated 4.4
|
||||
ReqMoogleMailList = 0x0119, // updated 4.4
|
||||
ReqMoogleMailLetter = 0x01A, // updated 4.4
|
||||
ReqMoogleMailLetter = 0x011A, // updated 4.4
|
||||
MailLetterNotification = 0x011B, // updated 4.4
|
||||
|
||||
ExamineFreeCompanyInfo = 0x013A, // updated 4.1
|
||||
|
|
Loading…
Add table
Reference in a new issue