Core/NetworkIO: Adjust more packet throttling values

Ignore some opcodes that don't cause any trouble.
Remove old Allow/Disable Anti-DoS system since it's no longer required.
This commit is contained in:
jackpoz
2014-06-09 21:35:59 +02:00
parent f81635ebe5
commit d52eb14bb6
3 changed files with 197 additions and 207 deletions

View File

@@ -638,8 +638,6 @@ void WorldSession::HandleGroupAssistantLeaderOpcode(WorldPacket& recvData)
recvData >> apply;
group->SetGroupMemberFlag(guid, apply, MEMBER_FLAG_ASSISTANT);
group->SendUpdate();
}
void WorldSession::HandlePartyAssignmentOpcode(WorldPacket& recvData)