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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user