Fixed duplication bug

This commit is contained in:
sfan5 2011-09-11 19:17:14 +02:00
parent 6496b1cf1f
commit 4328a6442b
1 changed files with 1 additions and 1 deletions

View 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;