summaryrefslogtreecommitdiffstats
path: root/source/Defines.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Defines.h b/source/Defines.h
index 74a8c7b5c..1844d7872 100644
--- a/source/Defines.h
+++ b/source/Defines.h
@@ -67,7 +67,7 @@ inline bool IsValidBlock( int a_BlockType ) //tolua_export
inline bool IsValidItem( int a_ItemID ) //tolua_export
{ //tolua_export
if( (a_ItemID >= 256 && a_ItemID <= 388)
- || (a_ItemID >= 2256 && a_ItemID <= 2266) )
+ || (a_ItemID >= 2256 && a_ItemID <= 2267) )
{
return true;
}