mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 21:32:52 +01:00
Core/NetworkIO: Added latency info for opcodes overflow log
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user