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

@@ -46,7 +46,7 @@ void WorldSession::HandleLearnPreviewTalents(WorldPacket& recvPacket)
uint32 talentId, talentRank;
// Client has max 44 talents for tree for 3 trees, rounded up : 150
const int MaxTalentsCount = 150;
uint32 const MaxTalentsCount = 150;
for (uint32 i = 0; i < talentsCount && i < MaxTalentsCount; ++i)
{