mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-30 17:58:16 +00:00
Re-ordered server opcodes and handlers to facilitate the export of client patch structs and handlers
This commit is contained in:
+504
-502
File diff suppressed because it is too large
Load Diff
@@ -1,13 +1,13 @@
|
||||
//Mail and Chat Channels
|
||||
N(OP_MailLogin),
|
||||
N(OP_Mail),
|
||||
N(OP_Buddy),
|
||||
N(OP_ChannelAnnounceJoin),
|
||||
N(OP_ChannelAnnounceLeave),
|
||||
N(OP_Buddy),
|
||||
N(OP_MailHeaderCount),
|
||||
N(OP_MailHeader),
|
||||
N(OP_MailSendBody),
|
||||
N(OP_MailNew),
|
||||
N(OP_MailDeliveryStatus),
|
||||
N(OP_MailboxChange),
|
||||
N(OP_Ignore),
|
||||
N(OP_Mail),
|
||||
N(OP_MailboxChange),
|
||||
N(OP_MailDeliveryStatus),
|
||||
N(OP_MailHeader),
|
||||
N(OP_MailHeaderCount),
|
||||
N(OP_MailLogin),
|
||||
N(OP_MailNew),
|
||||
N(OP_MailSendBody),
|
||||
|
||||
Reference in New Issue
Block a user