mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Script Archmage Tarsis, Naxx40 quest fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user