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
@@ -291,7 +291,7 @@ namespace Framework.Constants
//Unk185 = 185, // Nyi
//Unk186 = 186, // Nyi
GarrisonFollowerType = 187, // Nyi
//Unk188 = 188, // Nyi
UsedLevelBoostLessThanTwoHoursAgo = 188, // Nyi
//Unk189 = 189, // Nyi
//Unk190 = 190, // Nyi
//Unk191 = 191, // Nyi
@@ -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;