Added dummy description for bones and stuff like that

develop
simon 2010-05-06 17:28:29 +02:00
parent 52b7ab6f46
commit bb4b613583
1 changed files with 1 additions and 0 deletions

@ -234,6 +234,7 @@ std::string Items::getItemClass(int32_t index)
case 5: return "log";
case 54: return "leather";
case 57: return "cloth";
case -1: return "probably bone or shell, but I really don't know";
default: return "unknown";
}
}