mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-21 02:18:26 +00:00
Proof of concept file verification
This commit is contained in:
@@ -575,8 +575,6 @@ luabind::scope lua_register_packet_opcodes() {
|
||||
luabind::value("EnterWorld", static_cast<int>(OP_EnterWorld)),
|
||||
luabind::value("PostEnterWorld ", static_cast<int>(OP_PostEnterWorld )),
|
||||
luabind::value("SendSystemStats", static_cast<int>(OP_SendSystemStats)),
|
||||
luabind::value("World_Client_CRC1", static_cast<int>(OP_World_Client_CRC1)),
|
||||
luabind::value("World_Client_CRC2", static_cast<int>(OP_World_Client_CRC2)),
|
||||
luabind::value("SetChatServer", static_cast<int>(OP_SetChatServer)),
|
||||
luabind::value("SetChatServer2", static_cast<int>(OP_SetChatServer2)),
|
||||
luabind::value("ZoneServerInfo", static_cast<int>(OP_ZoneServerInfo)),
|
||||
@@ -758,8 +756,6 @@ luabind::scope lua_register_packet_opcodes() {
|
||||
luabind::value("AdventureLeaderboardRequest", static_cast<int>(OP_AdventureLeaderboardRequest)),
|
||||
luabind::value("AdventureLeaderboardReply", static_cast<int>(OP_AdventureLeaderboardReply)),
|
||||
luabind::value("SetStartCity", static_cast<int>(OP_SetStartCity)),
|
||||
luabind::value("LoginUnknown1", static_cast<int>(OP_LoginUnknown1)),
|
||||
luabind::value("LoginUnknown2", static_cast<int>(OP_LoginUnknown2)),
|
||||
luabind::value("ItemViewUnknown", static_cast<int>(OP_ItemViewUnknown)),
|
||||
luabind::value("GetGuildMOTDReply", static_cast<int>(OP_GetGuildMOTDReply)),
|
||||
luabind::value("SetGuildRank", static_cast<int>(OP_SetGuildRank)),
|
||||
|
||||
Reference in New Issue
Block a user