mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
Forgot comments yet again
This commit is contained in:
parent
f9e71c4bd8
commit
c34f119bcd
1 changed files with 4 additions and 4 deletions
|
@ -80,7 +80,7 @@ namespace Packets {
|
|||
UpdateSearchInfo = 0x00EA, // updated 4.2
|
||||
InitSearchInfo = 0x00EB, // updated 4.2
|
||||
|
||||
ServerNotice = 0x0106, // updated 4.2
|
||||
ServerNotice = 0x0106, // updated 4.3
|
||||
SetOnlineStatus = 0x00F1, // updated 4.2
|
||||
|
||||
CountdownInitiate = 0x0111, // updated 4.3
|
||||
|
@ -138,9 +138,9 @@ namespace Packets {
|
|||
QuestMessage = 0x01CE, // updated 4.3
|
||||
QuestTracker = 0x01D3, // updated 4.3
|
||||
|
||||
QuestFinish = 0x01C6, // updated 4.3 ?
|
||||
MSQTrackerComplete = 0x01C7, // updated 4.3 ?
|
||||
MSQTrackerProgress = 0x01C8, // updated 4.3 ?
|
||||
QuestFinish = 0x01C6, // updated 4.3
|
||||
MSQTrackerComplete = 0x01C7, // updated 4.3
|
||||
MSQTrackerProgress = 0x01C8, // updated 4.3
|
||||
|
||||
QuestActiveList = 0x01C3, // updated 4.3
|
||||
QuestUpdate = 0x01C4, // updated 4.3
|
||||
|
|
Loading…
Add table
Reference in a new issue