formatting oopsie.

This commit is contained in:
xavier 2010-11-20 22:05:53 +00:00
parent 15c6828541
commit 2891b18ccd

View file

@ -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)
);
}