creaturemanager: oops, "-i" was broken

develop
Matthew Cline 2011-07-07 01:10:40 -07:00
parent 87e7ce5b1d
commit be5361da15
1 changed files with 2 additions and 2 deletions

@ -728,8 +728,8 @@ public:
uint32_t creature_idx)
{
// A list of ids overrides everything else.
if(find_int(creature_id, creature_idx))
return true;
if (creature_id.size() > 0)
return (find_int(creature_id, creature_idx));
// If it's not a list of ids, it has not match all given criteria.