This commit is contained in:
mark 2011-08-21 04:18:08 +00:00
parent 7ae5b6e4d3
commit ec4f36d036

View file

@ -3074,7 +3074,7 @@ namespace Server.Items
list.Add( Name );
if ( !String.IsNullOrEmpty( m_EngravedText ) )
list.Add( 1062613, m_EngravedText );
list.Add( 1062613, Utility.FixHtml( m_EngravedText ) );
}
public override bool AllowEquipedCast( Mobile from )