Core/Items: allow all soulbound common and poor items to unlock their appearance to reflect patch 10.0.5 changes

Port From (https://github.com/TrinityCore/TrinityCore/commit/47c14bedef9c6f3f1b7c11499b2ca2afe52f4597)
This commit is contained in:
hondacrx
2024-02-29 22:26:50 -05:00
parent 2a4a2d1fdb
commit 31342a9f31
@@ -650,10 +650,6 @@ namespace Game.Entities
return false;
}
if (itemTemplate.GetQuality() < ItemQuality.Uncommon)
if (!itemTemplate.HasFlag(ItemFlags2.IgnoreQualityForItemVisualSource) || !itemTemplate.HasFlag(ItemFlags3.ActsAsTransmogHiddenVisualOption))
return false;
if (itemModifiedAppearance.Id < _appearances.Count && _appearances.Get((int)itemModifiedAppearance.Id))
return false;