From 298af9dfc8810cf44e808ac91c236a2c1df6b704 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Fri, 6 Nov 2009 09:12:31 -0600 Subject: Remove erroneous second call to _determine_weapon_subtype() in _generate_weapon_item(). This appears to fix [2893001]. --- crawl-ref/source/makeitem.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc index fbca569df6..17b6e1a314 100644 --- a/crawl-ref/source/makeitem.cc +++ b/crawl-ref/source/makeitem.cc @@ -1616,7 +1616,6 @@ static void _generate_weapon_item(item_def& item, bool allow_uniques, break; } } - item.sub_type = _determine_weapon_subtype(item_level); // Forced randart. if (item_level == -6) -- cgit v1.2.3-54-g00ecf