Rename CanRepairWithItem to CanRepairWithRawMaterial and rename Size() to Count()

This commit is contained in:
Howaner
2014-05-06 19:38:09 +02:00
parent 27f95454a9
commit 954b59d6f4
9 changed files with 33 additions and 34 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ void cEnchantments::AddFromString(const AString & a_StringSpec)
size_t cEnchantments::Size(void)
size_t cEnchantments::Count(void)
{
return m_Enchantments.size();
}