diff options
Diffstat (limited to 'src/Item.h')
-rw-r--r-- | src/Item.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Item.h b/src/Item.h index 910ecb382..620c77b29 100644 --- a/src/Item.h +++ b/src/Item.h @@ -175,6 +175,9 @@ public: /** Returns true if the specified item type is enchantable (as per 1.2.5 protocol requirements) */ static bool IsEnchantable(short a_ItemType); // tolua_export + /** Fills a_Enchantments with the list of enchantments applicable to the specified item type */ + static void cItem::GetApplicableEnchantmentsForType(short a_ItemType, cEnchantmentsArray & a_Enchantments); + // tolua_begin short m_ItemType; |