--- deliantra/server/common/arch.C 2008/10/05 14:54:05 1.86 +++ deliantra/server/common/arch.C 2009/01/01 19:44:22 1.88 @@ -260,7 +260,7 @@ else if (strcasecmp (cp, op->name) == 0 && !count) retval = 4; /* Check for partial custom name, but give a real low priority */ - else if (op->custom_name && strstr (op->custom_name, cp)) + else if (op->custom_name.contains (cp)) retval = 3; if (retval)