Core/Packets: added CMSG_SET_EVERYONE_IS_ASSISTANT to ddos protection to prevent spaming group update exploits

This commit is contained in:
Ovahlord
2021-04-18 14:55:19 +02:00
parent c89eee43ce
commit c8e5bb8b0d

View File

@@ -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;