Core/Achievements: Update CriteriaType enum (#26856)

This commit is contained in:
Meji
2021-09-08 22:07:01 +02:00
committed by GitHub
parent f57cf66dac
commit 0a83f74876
52 changed files with 1486 additions and 1381 deletions

View File

@@ -267,7 +267,7 @@ void WorldSession::HandleGameobjectReportUse(WorldPackets::GameObject::GameObjRe
if (go->AI()->OnReportUse(_player))
return;
_player->UpdateCriteria(CRITERIA_TYPE_USE_GAMEOBJECT, go->GetEntry());
_player->UpdateCriteria(CriteriaType::UseGameobject, go->GetEntry());
}
}