mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 03:31:08 +00:00
[Bug Fix] Remove possible Duel exploit. (#1911)
* [Duels] Cleanup duel response/request logic. * Fixes and function name cleanup. * Patch file name changes.
This commit is contained in:
+2
-2
@@ -582,7 +582,7 @@ luabind::scope lua_register_packet_opcodes() {
|
||||
luabind::value("Logout", static_cast<int>(OP_Logout)),
|
||||
luabind::value("LogoutReply", static_cast<int>(OP_LogoutReply)),
|
||||
luabind::value("PreLogoutReply", static_cast<int>(OP_PreLogoutReply)),
|
||||
luabind::value("DuelResponse2", static_cast<int>(OP_DuelResponse2)),
|
||||
luabind::value("DuelAccept", static_cast<int>(OP_DuelAccept)),
|
||||
luabind::value("InstillDoubt", static_cast<int>(OP_InstillDoubt)),
|
||||
luabind::value("SafeFallSuccess", static_cast<int>(OP_SafeFallSuccess)),
|
||||
luabind::value("DisciplineUpdate", static_cast<int>(OP_DisciplineUpdate)),
|
||||
@@ -659,7 +659,7 @@ luabind::scope lua_register_packet_opcodes() {
|
||||
luabind::value("TraderDelItem", static_cast<int>(OP_TraderDelItem)),
|
||||
luabind::value("AdventureMerchantPurchase", static_cast<int>(OP_AdventureMerchantPurchase)),
|
||||
luabind::value("TestBuff", static_cast<int>(OP_TestBuff)),
|
||||
luabind::value("DuelResponse", static_cast<int>(OP_DuelResponse)),
|
||||
luabind::value("DuelDecline", static_cast<int>(OP_DuelDecline)),
|
||||
luabind::value("RequestDuel", static_cast<int>(OP_RequestDuel)),
|
||||
luabind::value("BazaarInspect", static_cast<int>(OP_BazaarInspect)),
|
||||
luabind::value("ClickDoor", static_cast<int>(OP_ClickDoor)),
|
||||
|
||||
Reference in New Issue
Block a user