From 00dcbde760c522405ba94fbff747c7d8e083c811 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Jul 2013 13:03:01 +0300 Subject: Some bugfix in item creation logic. not show items with id < 500. --- src/commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands.cpp') diff --git a/src/commands.cpp b/src/commands.cpp index e0bb195d0..cf1e049f6 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -1209,7 +1209,7 @@ impHandler0(createItems) { const ItemInfo *const info = (*it).second; const int id = info->getId(); - if (id <= 0) + if (id <= 500) continue; const int colors = info->getColorsSize(); -- cgit v1.2.3-60-g2f50