Proof of concept file verification

This commit is contained in:
KimLS
2015-06-25 18:10:53 -07:00
parent c3a805923c
commit 923252dbcc
6 changed files with 204 additions and 16 deletions
-4
View File
@@ -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)),