[Bug Fix] Fix Hero Forge on Character Select (#4954)

This commit is contained in:
Alex King
2025-06-26 19:35:28 -04:00
committed by GitHub
parent 13aad6229f
commit a1421af214
+1 -1
View File
@@ -574,7 +574,7 @@ EQ::ItemInstance* EQ::ItemInstance::GetOrnamentationAugment() const
uint32 EQ::ItemInstance::GetOrnamentHeroModel(int32 material_slot) const
{
// Not a Hero Forge item.
if (m_ornament_hero_model == 0 || material_slot < 0) {
if (m_ornament_hero_model == 0) {
return 0;
}