Fixed duplication bug
authorsfan5 <sfan5@live.de>
Sun, 11 Sep 2011 17:17:14 +0000 (19:17 +0200)
committersfan5 <sfan5@live.de>
Sun, 11 Sep 2011 17:17:14 +0000 (19:17 +0200)
src/content_inventory.cpp

index 5fbb02d9b3d99b1f7a7d7a8654fd88e32bca67b4..55ddbf8dcdf7a1f3a7ca5108b3059757f65835a2 100644 (file)
@@ -96,7 +96,7 @@ ServerActiveObject* item_craft_create_object(const std::string &subname,
 
 s16 item_craft_get_drop_count(const std::string &subname)
 {
-       if(subname == "rat" || subname == "firefly" || subname == "apple")
+       if(subname == "rat" || subname == "firefly")
                return 1;
 
        return -1;