mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-20 05:28:22 +00:00
opcode fixes
This commit is contained in:
@@ -71,7 +71,7 @@ void CheckSteamLatestOpcodeFile(const std::string &path)
|
|||||||
fprintf(f, "OP_ServerListRequest=0x0004\n");
|
fprintf(f, "OP_ServerListRequest=0x0004\n");
|
||||||
fprintf(f, "OP_PlayEverquestRequest=0x000d\n");
|
fprintf(f, "OP_PlayEverquestRequest=0x000d\n");
|
||||||
fprintf(f, "OP_PlayEverquestResponse=0x0023\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_LoginAccepted=0x0019\n");
|
||||||
fprintf(f, "OP_ServerListResponse=0x001a\n");
|
fprintf(f, "OP_ServerListResponse=0x001a\n");
|
||||||
fprintf(f, "OP_Poll=0x002a\n");
|
fprintf(f, "OP_Poll=0x002a\n");
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ OP_Login=0x0002
|
|||||||
OP_ServerListRequest=0x0004
|
OP_ServerListRequest=0x0004
|
||||||
OP_PlayEverquestRequest=0x000d
|
OP_PlayEverquestRequest=0x000d
|
||||||
OP_PlayEverquestResponse=0x0023
|
OP_PlayEverquestResponse=0x0023
|
||||||
OP_ChatMessage=0x0017
|
OP_ChatMessage=0x0018
|
||||||
OP_LoginAccepted=0x0019
|
OP_LoginAccepted=0x0019
|
||||||
OP_ServerListResponse=0x001a
|
OP_ServerListResponse=0x001a
|
||||||
OP_Poll=0x002a
|
OP_Poll=0x002a
|
||||||
|
|||||||
Reference in New Issue
Block a user