Core/Criteria: Always fail CRITERIA_ADDITIONAL_CONDITION_USED_LEVEL_BOOST_LESS_THAN_HOURS_AGO

Port From (https://github.com/TrinityCore/TrinityCore/commit/ab9b18d3fb0821f6988a34f154c6da7bf878cdaa)
This commit is contained in:
hondacrx
2021-03-04 14:24:37 -05:00
parent 42f411119a
commit 879c4dfed2
2 changed files with 3 additions and 1 deletions
@@ -2221,6 +2221,8 @@ namespace Game.Achievements
return false;
break;
}
case CriteriaAdditionalCondition.UsedLevelBoostLessThanTwoHoursAgo: // 188
return false;
case CriteriaAdditionalCondition.HonorLevel: // 193
if (referencePlayer.GetHonorLevel() != reqValue)
return false;