This commit is contained in:
parent
7ae5b6e4d3
commit
ec4f36d036
1 changed files with 1 additions and 1 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue