opcode fixes

This commit is contained in:
KimLS 2026-04-02 11:50:08 -07:00
parent ca23b8612e
commit a3802ff257
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ void CheckSteamLatestOpcodeFile(const std::string &path)
fprintf(f, "OP_ServerListRequest=0x0004\n");
fprintf(f, "OP_PlayEverquestRequest=0x000d\n");
fprintf(f, "OP_PlayEverquestResponse=0x0023\n");
fprintf(f, "OP_ChatMessage=0x0017\n");
fprintf(f, "OP_ChatMessage=0x0018\n");
fprintf(f, "OP_LoginAccepted=0x0019\n");
fprintf(f, "OP_ServerListResponse=0x001a\n");
fprintf(f, "OP_Poll=0x002a\n");

View File

@ -4,7 +4,7 @@ OP_Login=0x0002
OP_ServerListRequest=0x0004
OP_PlayEverquestRequest=0x000d
OP_PlayEverquestResponse=0x0023
OP_ChatMessage=0x0017
OP_ChatMessage=0x0018
OP_LoginAccepted=0x0019
OP_ServerListResponse=0x001a
OP_Poll=0x002a