summaryrefslogtreecommitdiffstats
path: root/src/Item.h
diff options
context:
space:
mode:
authordaniel0916 <theschokolps@gmail.com>2014-04-17 19:31:43 +0200
committerdaniel0916 <theschokolps@gmail.com>2014-04-17 19:31:43 +0200
commit0086fcfef18db58f3a4509853399c0a9b610e950 (patch)
treefa84dc65a061981a56c3040ef3ff87adb4182885 /src/Item.h
parentModified many things (diff)
downloadcuberite-0086fcfef18db58f3a4509853399c0a9b610e950.tar
cuberite-0086fcfef18db58f3a4509853399c0a9b610e950.tar.gz
cuberite-0086fcfef18db58f3a4509853399c0a9b610e950.tar.bz2
cuberite-0086fcfef18db58f3a4509853399c0a9b610e950.tar.lz
cuberite-0086fcfef18db58f3a4509853399c0a9b610e950.tar.xz
cuberite-0086fcfef18db58f3a4509853399c0a9b610e950.tar.zst
cuberite-0086fcfef18db58f3a4509853399c0a9b610e950.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 987dea2a9..00316c188 100644
--- a/src/Item.h
+++ b/src/Item.h
@@ -180,7 +180,7 @@ public:
/** Enchants the item using the specified number of XP levels.
Returns true if item enchanted, false if not. */
- bool EnchantByXPLevels(int a_NumXPLevels, cPlayer & a_Player, bool a_BlockConflictingEnchantments, bool a_DeleteLevelFromPlayer); // tolua_export
+ bool EnchantByXPLevels(int a_NumXPLevels); // tolua_export
// tolua_begin