mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-18 16:09:37 +01:00
Core/Packets: added CMSG_SET_EVERYONE_IS_ASSISTANT to ddos protection to prevent spaming group update exploits
This commit is contained in:
@@ -1495,6 +1495,7 @@ uint32 WorldSession::DosProtection::GetMaxPacketCounterAllowed(uint16 opcode) co
|
||||
case CMSG_REPORT_PVP_AFK: // not profiled
|
||||
case CMSG_GUILD_QUERY_MEMBERS_FOR_RECIPE: // not profiled
|
||||
case CMSG_GUILD_QUERY_MEMBER_RECIPES: // not profiled
|
||||
case CMSG_SET_EVERYONE_IS_ASSISTANT: // not profiled
|
||||
{
|
||||
maxPacketCounterAllowed = 10;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user