* Fix structure of SMSG_INSPECT_TALENTS. Patch provided by Elron103.

--HG--
branch : trunk
This commit is contained in:
XTZGZoReX
2010-04-25 00:27:29 +02:00
parent a12c0aef85
commit b12e9633cf

View File

@@ -1211,7 +1211,6 @@ void WorldSession::HandleInspectOpcode(WorldPacket& recv_data)
data << uint32(0); // unspentTalentPoints
data << uint8(0); // talentGroupCount
data << uint8(0); // talentGroupIndex
data << uint32(0); // slotUsedMask
}
plr->BuildEnchantmentsInfoData(&data);