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