Core/NetworkIO: Adjust more packet throttling values

Adjust more packet throttling values by increasing some limits, this might fix some random kicks.
Close #14659
This commit is contained in:
jackpoz
2015-05-13 22:29:49 +02:00
parent fb9099a97c
commit 5bd7c295c0

View File

@@ -1370,6 +1370,7 @@ uint32 WorldSession::DosProtection::GetMaxPacketCounterAllowed(uint16 opcode) co
case MSG_RANDOM_ROLL: // not profiled
case CMSG_TIME_SYNC_RESP: // not profiled
case CMSG_TRAINER_BUY_SPELL: // not profiled
case CMSG_FORCE_RUN_SPEED_CHANGE_ACK: // not profiled
{
// "0" is a magic number meaning there's no limit for the opcode.
// All the opcodes above must cause little CPU usage and no sync/async database queries at all