Core/Misc: Kill Whitespace ...

This commit is contained in:
Vincent-Michael
2014-06-07 23:58:08 +02:00
parent 5fee5b0125
commit 1d39db16b9
18 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -1264,7 +1264,7 @@ bool WorldSession::DosProtection::EvaluateOpcode(WorldPacket& p, time_t time) co
Session->GetAccountId(), Session->GetRemoteAddress().c_str(), Session->GetLatency(), Session->GetPlayerName().c_str(),
opcodeTable[p.GetOpcode()].name, p.GetOpcode(), packetCounter.amountCounter);
}
// Then check if player is sending packets not allowed
if (!IsOpcodeAllowed(p.GetOpcode()))
{