formatting oopsie.
This commit is contained in:
parent
15c6828541
commit
2891b18ccd
1 changed files with 1 additions and 2 deletions
|
|
@ -132,8 +132,7 @@ namespace Server.Items
|
|||
(m_Commodity.Name == null) ? ((ICommodity)m_Commodity).DescriptionNumber : 0,
|
||||
(m_Commodity.Name != null) ? m_Commodity.Name : null,
|
||||
AffixType.Append,
|
||||
String.Format(": {0}",
|
||||
m_Commodity.Amount),
|
||||
String.Format(": {0}", m_Commodity.Amount),
|
||||
null)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue