Update CreatureObject.cpp

This commit is contained in:
Cekis
2023-06-21 22:04:24 -07:00
committed by Cekis-SWG
parent 319a0aefa8
commit 9f5425d421
@@ -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.