1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 05:57:45 +00:00

more opcodes #383

This commit is contained in:
NotAdam 2018-09-18 20:34:37 +10:00
parent 2f8c9f2731
commit db3728a6be

View file

@ -79,11 +79,11 @@ enum ServerZoneIpcType :
Playtime = 0x00F5, // updated 4.3
Chat = 0x00F7, // updated 4.3
SocialList = 0x00FD, // updated 4.3
Chat = 0x00F4, // updated 4.4
SocialList = 0x00FB, // updated 4.4
UpdateSearchInfo = 0x0100, // updated 4.3
InitSearchInfo = 0x0101, // updated 4.3
UpdateSearchInfo = 0x00FE, // updated 4.4
InitSearchInfo = 0x00FF, // updated 4.4
ExamineSearchComment = 0x0102, // updated 4.1
ServerNotice = 0x0104, // updated 4.4