summaryrefslogtreecommitdiffstats
path: root/src/Item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Item.cpp')
-rw-r--r--src/Item.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Item.cpp b/src/Item.cpp
index 856b68be6..9e41c246d 100644
--- a/src/Item.cpp
+++ b/src/Item.cpp
@@ -196,9 +196,6 @@ bool cItem::IsEnchantable(short item)
return true;
if ((item >= 298) && (item <= 317))
return true;
- if ((item >= 290) && (item <= 294))
- return true;
-
if ((item == 346) || (item == 359) || (item == 261))
return true;