* Missing file change for last commit (correct packet size calculation)

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2009-08-22 16:55:35 +02:00
parent e0c660d831
commit 45a9529a66

View File

@@ -1176,7 +1176,7 @@ void WorldSession::HandleInspectOpcode(WorldPacket& recv_data)
uint32 talent_points = 0x47;
uint32 guid_size = plr->GetPackGUID().wpos();
WorldPacket data(SMSG_INSPECT_TALENT, guid_size+4+talent_points+19*2);
WorldPacket data(SMSG_INSPECT_TALENT, guid_size+4+talent_points);
data.append(plr->GetPackGUID());
if(sWorld.getConfig(CONFIG_TALENTS_INSPECTING) || _player->isGameMaster())