Core/Players: Fixed use after free in loading transmog outfit slots

Signed-off-by: luis <[email protected]>
This commit is contained in:
Shauren
2026-04-25 08:01:35 -03:00
committed by luis
parent f1582cf61d
commit 58bb016e34
+1 -1
View File
@@ -17804,7 +17804,7 @@ void Player::_LoadTransmogOutfits(PreparedQueryResult setsResult, PreparedQueryR
WorldPackets::Transmogrification::TransmogOutfitDataInfo outfitInfo;
outfitInfo.SetType = transmogOutfitEntry->GetSetType();
outfitInfo.Name = fields.name().GetString();
outfitInfo.Name = fields.name().GetStringView();
outfitInfo.Icon = fields.icon().GetUInt32();
outfitInfo.SituationsEnabled = fields.situationsEnabled().GetBool();