mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
* Fix structure of SMSG_INSPECT_TALENTS. Patch provided by Elron103.
--HG-- branch : trunk
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user