Core/NetworkIO: Added latency info for opcodes overflow log

This commit is contained in:
Michael
2014-06-06 19:41:57 +02:00
parent 455690438f
commit 8207aff0d6
4 changed files with 5 additions and 5 deletions

View File

@@ -869,7 +869,7 @@ void WorldSession::HandleLearnPreviewTalentsPet(WorldPacket& recvData)
uint32 talentId, talentRank;
// Client has max 24 talents, rounded up : 30
const int MaxTalentsCount = 30;
uint32 const MaxTalentsCount = 30;
for (uint32 i = 0; i < talentsCount && i < MaxTalentsCount; ++i)
{