Core/Misc: Update base stuff for V6.1.0 build 19702

This commit is contained in:
Vincent-Michael
2015-03-01 02:24:59 +01:00
parent 4282ec57f3
commit 369b08b68d
19 changed files with 186871 additions and 2266 deletions
+2 -2
View File
@@ -1204,7 +1204,7 @@ uint32 WorldSession::DosProtection::GetMaxPacketCounterAllowed(uint16 opcode) co
{
uint32 maxPacketCounterAllowed;
switch (opcode)
{
{/*
// CPU usage sending 2000 packets/second on a 3.70 GHz 4 cores on Win x64
// [% CPU mysqld] [%CPU worldserver RelWithDebInfo]
case CMSG_PLAYER_LOGIN: // 0 0.5
@@ -1426,7 +1426,7 @@ uint32 WorldSession::DosProtection::GetMaxPacketCounterAllowed(uint16 opcode) co
{
maxPacketCounterAllowed = PLAYER_SLOTS_COUNT;
break;
}
}*/
default:
{
maxPacketCounterAllowed = 100;