mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-19 16:52:25 +00:00
opcode fixes
This commit is contained in:
parent
ca23b8612e
commit
a3802ff257
@ -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");
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user