Thanks to visit codestin.com
Credit goes to github.com

Skip to content

"Quatrefoil Brooch" displays as 65000510 #2

@kronthto

Description

@kronthto

Possibly because it is listed as "Common" in skills.tsv, and only skills to class are loaded/checked.

public function getSkillById($id, $class)
{
$key = strtolower($class).'_'.$id;
if (!array_key_exists($key, $this->skillMap)) {
return null;
}
return $this->skillMap[$key];
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions