summaryrefslogtreecommitdiffstats
path: root/src/Item.h
diff options
context:
space:
mode:
authorHownaer <franzi.moos@googlemail.com>2014-08-28 15:21:38 +0200
committerHownaer <franzi.moos@googlemail.com>2014-08-28 15:21:38 +0200
commitf1470fcf9f1dc907241a645614cdcd5547dc1dbd (patch)
treedc6aa1f14dc73273933b53a5faee39e94f5bc9c9 /src/Item.h
parentFixed crashes and use std::swap. (diff)
downloadcuberite-f1470fcf9f1dc907241a645614cdcd5547dc1dbd.tar
cuberite-f1470fcf9f1dc907241a645614cdcd5547dc1dbd.tar.gz
cuberite-f1470fcf9f1dc907241a645614cdcd5547dc1dbd.tar.bz2
cuberite-f1470fcf9f1dc907241a645614cdcd5547dc1dbd.tar.lz
cuberite-f1470fcf9f1dc907241a645614cdcd5547dc1dbd.tar.xz
cuberite-f1470fcf9f1dc907241a645614cdcd5547dc1dbd.tar.zst
cuberite-f1470fcf9f1dc907241a645614cdcd5547dc1dbd.zip
Diffstat (limited to 'src/Item.h')
-rw-r--r--src/Item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Item.h b/src/Item.h
index d8b9e78a0..61011d861 100644
--- a/src/Item.h
+++ b/src/Item.h
@@ -184,7 +184,7 @@ public:
void FromJson(const Json::Value & a_Value);
/** Returns true if the specified item type is enchantable (as per 1.2.5 protocol requirements) */
- static bool IsEnchantable(short a_ItemType); // tolua_export
+ static bool IsEnchantable(short a_ItemType, bool a_WithBook = false); // tolua_export
/** Returns the enchantability of the item. When the item hasn't a enchantability, it will returns 0 */
int GetEnchantability(); // tolua_export