fix props
This commit is contained in:
parent
66f139dc91
commit
b56f20b39f
1 changed files with 1 additions and 3 deletions
|
|
@ -38,11 +38,9 @@ namespace Server.Items
|
|||
*
|
||||
*/
|
||||
|
||||
public override void GetProperties(ObjectPropertyList list)
|
||||
public override void AddNameProperty(ObjectPropertyList list)
|
||||
{
|
||||
list.Add(m_LabelNumber, String.Format("{0}\t{1}", (m_To != null) ? m_To : Unsigned, (m_From != null) ? m_From : Unsigned));
|
||||
list.Add("Blessed");
|
||||
AddWeightProperty(list);
|
||||
}
|
||||
|
||||
public override void OnDoubleClick(Mobile from)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue