Update CreatureObject.cpp

This commit is contained in:
Cekis
2023-06-21 21:48:49 -07:00
committed by GitHub
parent 6a8a8e12ab
commit dc211532a8
@@ -14542,7 +14542,7 @@ bool CreatureObject::processExpertiseRequest(std::vector<std::string> const &add
const SkillObject *skill = SkillManager::getInstance().getSkill(s);
if(skill)
{
int tier = ExpertiseManager::getExpertiseTier(s);
int tier = ExpertiseManager::getExpertiseTier(s); // this should be only dec/inst
if(tier != z)
{
continue; //skip over this skill - we didn't match the tier level. we'll catch it next loop through.