mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Core/Packets: Corrected SMSG_INSPECT_TALENT a bit
Send the guild experience in SMSG_INSPECT_TALENT.
This commit is contained in:
@@ -1231,7 +1231,7 @@ void WorldSession::HandleInspectOpcode(WorldPacket& recvData)
|
||||
{
|
||||
data << uint64(guild->GetGUID());
|
||||
data << uint32(guild->GetLevel());
|
||||
data << uint64(0/*guild->GetXP()*/);
|
||||
data << uint64(guild->GetExperience());
|
||||
data << uint32(guild->GetMembersCount());
|
||||
}
|
||||
SendPacket(&data);
|
||||
|
||||
Reference in New Issue
Block a user