Merge commit '7e83dd073e0bc322b975df66d061a6f7fe059bf1' into pullstream
This commit is contained in:
commit
11a4662f5d
@ -276,7 +276,7 @@ AString ItemTypeToString(short a_ItemType)
|
||||
|
||||
AString ItemToFullString(const cItem & a_Item)
|
||||
{
|
||||
return fmt::format(FMT_STRING("{}:{} * {}"), ItemToString(a_Item), a_Item.m_ItemDamage, a_Item.m_ItemCount);
|
||||
return fmt::format(FMT_STRING("{}:{} * {:d}"), ItemToString(a_Item), a_Item.m_ItemDamage, a_Item.m_ItemCount);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user