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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user