Re-ordered server opcodes and handlers to facilitate the export of client patch structs and handlers

This commit is contained in:
Uleat
2014-09-24 20:23:01 -04:00
parent e67423bba7
commit 7feb531ff7
5 changed files with 12507 additions and 12403 deletions
+504 -502
View File
File diff suppressed because it is too large Load Diff
+9 -9
View File
@@ -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),