Script Archmage Tarsis, Naxx40 quest fixes

This commit is contained in:
郑佩茹
2022-09-03 15:38:08 -06:00
parent 9397e3697a
commit d37738d1d6
5 changed files with 87 additions and 1 deletions

View File

@@ -424,7 +424,6 @@ public:
// Player is in TBC content - give TBC health adjustment
else if (!hasPassedProgression(player, PROGRESSION_TBC_TIER_5))
{
LOG_ERROR("", "TbcHealthadjustment: {}, gearAdjustment: {}", tbcHealthAdjustment, gearAdjustment);
value *= (tbcHealthAdjustment - gearAdjustment);
}
// Player is in WotLK content - only need to check gear adjustment